Skip to content

Commit b9cc14a

Browse files
authored
added imports for test_requirements
1 parent 5f49210 commit b9cc14a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/io/tests/test_gbq.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@ def _test_imports():
8080
from apiclient.discovery import build # noqa
8181
from apiclient.errors import HttpError # noqa
8282

83+
from oauth2client.client import GoogleCredentials # noqa
8384
from oauth2client.client import OAuth2WebServerFlow # noqa
8485
from oauth2client.client import AccessTokenRefreshError # noqa
86+
from oauth2client.client import ApplicationDefaultCredentialsError # noqa
8587

8688
from oauth2client.file import Storage # noqa
8789
from oauth2client.tools import run_flow # noqa

0 commit comments

Comments
 (0)