We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7790d commit 83c6567Copy full SHA for 83c6567
pandas/io/gbq.py
@@ -1,7 +1,5 @@
1
""" Google BigQuery support """
2
3
-import warnings
4
-
5
6
def _try_import():
7
# since pandas is a dependency of pandas-gbq
pandas/tests/io/test_gbq.py
@@ -9,7 +9,6 @@
9
10
import pandas as pd
11
from pandas import DataFrame
12
-import pandas.util.testing as tm
13
14
15
api_exceptions = pytest.importorskip("google.api_core.exceptions")
0 commit comments