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 5f49210 commit b9cc14aCopy full SHA for b9cc14a
pandas/io/tests/test_gbq.py
@@ -80,8 +80,10 @@ def _test_imports():
80
from apiclient.discovery import build # noqa
81
from apiclient.errors import HttpError # noqa
82
83
+ from oauth2client.client import GoogleCredentials # noqa
84
from oauth2client.client import OAuth2WebServerFlow # noqa
85
from oauth2client.client import AccessTokenRefreshError # noqa
86
+ from oauth2client.client import ApplicationDefaultCredentialsError # noqa
87
88
from oauth2client.file import Storage # noqa
89
from oauth2client.tools import run_flow # noqa
0 commit comments