We recently made some changes to the generated client and async_client to remove the possibility of double headers. This PR reverts the change for the sync client, since the fix is only currently needed for the async client, and we only have proper tests in place for async
We recently made some changes to the generated client and async_client to remove the possibility of double headers. This PR reverts the change for the sync client, since the fix is only currently needed for the async client, and we only have proper tests in place for async
A long-term fix for both is being worked on at https://github.com/googleapis/gapic-generator-python/pull/2079