From 35d88d7e02bb94529d20197c88ac5aaea2806839 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 25 Sep 2024 15:45:36 +0000 Subject: [PATCH] update TODO comment --- google/api_core/operations_v1/transports/rest_asyncio.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/google/api_core/operations_v1/transports/rest_asyncio.py b/google/api_core/operations_v1/transports/rest_asyncio.py index 9dfc82ab..8c736447 100644 --- a/google/api_core/operations_v1/transports/rest_asyncio.py +++ b/google/api_core/operations_v1/transports/rest_asyncio.py @@ -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