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 692617a commit 0952730Copy full SHA for 0952730
googleapiclient/_auth.py
@@ -18,6 +18,7 @@
18
19
try:
20
import google.auth
21
+ import google.auth.credentials
22
import google_auth_httplib2
23
HAS_GOOGLE_AUTH = True
24
except ImportError: # pragma: NO COVER
0 commit comments