gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

Remove self._api_endpoint from async client

Open ohmayr opened this issue 2 years ago • 0 comments

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

ohmayr avatar Dec 05 '23 16:12 ohmayr