gapic-generator-python
gapic-generator-python copied to clipboard
Remove self._api_endpoint from async client
The following change:
self._api_endpoint = self._client._api_endpoint
in asyncClient by this PR is added to not break the unit tests. This can be removed once api endpoint is added as a property to the client by the following PR: #1868