Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmayr committed Sep 30, 2024
1 parent f52378b commit f880c72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions google/api_core/operations_v1/transports/rest_asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
import re
from typing import Callable, Dict, Optional, Sequence, Tuple, Union

from requests import __version__ as requests_version

from google.auth import __version__ as auth_version
try:
import google.auth.aio.transport
except ImportError as e: # pragma: NO COVER
Expand All @@ -46,7 +45,7 @@
DEFAULT_CLIENT_INFO = gapic_v1.client_info.ClientInfo(
gapic_version=BASE_DEFAULT_CLIENT_INFO.gapic_version,
grpc_version=None,
rest_version=requests_version,
rest_version=auth_version,
)


Expand Down

0 comments on commit f880c72

Please sign in to comment.