Skip to content

Commit 3a98515

Browse files
author
hackermd
committed
Fix import statement for google auth requests
1 parent 9e8fd0f commit 3a98515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dicomweb_client/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def _get_gcp_session(
347347
service_account_key_file: str
348348
) -> requests.sessions.Session:
349349
try:
350-
from google.auth.transport import google_requests
350+
from google.auth.transport import requests as google_requests
351351
from google.oauth2 import service_account
352352
except ImportError:
353353
raise ImportError(

0 commit comments

Comments
 (0)