googleapis / python-bigtable

Apache License 2.0
68 stars 58 forks source link

chore: revert sync client customizations #1009

Closed daniel-sanche closed 3 months ago

daniel-sanche commented 3 months ago

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