Skip to content

Commit

Permalink
update TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Sep 25, 2024
1 parent cb2eab0 commit 35d88d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/api_core/operations_v1/transports/rest_asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ def __init__(
client_info=client_info,
always_use_jwt_access=always_use_jwt_access,
)
# TODO(https://github.com/googleapis/python-api-core/issues/708): add support for
# `default_host` in AsyncAuthorizedSession for feature parity with the synchronous
# code.
self._session = AsyncAuthorizedSession(self._credentials)
self._prep_wrapped_messages(client_info, is_async=True)
self._http_options = http_options or {}
self._path_prefix = path_prefix
Expand Down

0 comments on commit 35d88d7

Please sign in to comment.