Skip to content

Commit 57a7690

Browse files
Helen KoikeJon Wayne Parrott
authored andcommitted
discovery.py: remove unused oauth2client import (#492)
Remove unused GoogleCredentials import from oauth2client Decrease dependency from oauth2client, discovery should be able to work without oauth2client installed
1 parent 3c2c805 commit 57a7690

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

googleapiclient/discovery.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
from googleapiclient.model import MediaModel
7373
from googleapiclient.model import RawModel
7474
from googleapiclient.schema import Schemas
75-
from oauth2client.client import GoogleCredentials
7675

7776
# Oauth2client < 3 has the positional helper in 'util', >= 3 has it
7877
# in '_helpers'.

0 commit comments

Comments
 (0)