Skip to content

Commit 35d88d7

Browse files
committed
update TODO comment
1 parent cb2eab0 commit 35d88d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

google/api_core/operations_v1/transports/rest_asyncio.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ def __init__(
129129
client_info=client_info,
130130
always_use_jwt_access=always_use_jwt_access,
131131
)
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)
132136
self._prep_wrapped_messages(client_info, is_async=True)
133137
self._http_options = http_options or {}
134138
self._path_prefix = path_prefix

0 commit comments

Comments
 (0)