We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2eab0 commit 35d88d7Copy full SHA for 35d88d7
google/api_core/operations_v1/transports/rest_asyncio.py
@@ -129,6 +129,10 @@ def __init__(
129
client_info=client_info,
130
always_use_jwt_access=always_use_jwt_access,
131
)
132
+ # TODO(https://github.com/googleapis/python-api-core/issues/708): add support for
133
+ # `default_host` in AsyncAuthorizedSession for feature parity with the synchronous
134
+ # code.
135
+ self._session = AsyncAuthorizedSession(self._credentials)
136
self._prep_wrapped_messages(client_info, is_async=True)
137
self._http_options = http_options or {}
138
self._path_prefix = path_prefix
0 commit comments