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 9e8fd0f commit 3a98515Copy full SHA for 3a98515
src/dicomweb_client/api.py
@@ -347,7 +347,7 @@ def _get_gcp_session(
347
service_account_key_file: str
348
) -> requests.sessions.Session:
349
try:
350
- from google.auth.transport import google_requests
+ from google.auth.transport import requests as google_requests
351
from google.oauth2 import service_account
352
except ImportError:
353
raise ImportError(
0 commit comments