Skip to content

Commit 0952730

Browse files
wwlianJon Wayne Parrott
authored andcommitted
Adding import of google.auth.credentials to googleapiclient._auth module. (googleapis#328)
1 parent 692617a commit 0952730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

googleapiclient/_auth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
try:
2020
import google.auth
21+
import google.auth.credentials
2122
import google_auth_httplib2
2223
HAS_GOOGLE_AUTH = True
2324
except ImportError: # pragma: NO COVER

0 commit comments

Comments
 (0)