Skip to content

Commit 83c6567

Browse files
committed
flake8 fixes.
1 parent 7f7790d commit 83c6567

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

pandas/io/gbq.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
""" Google BigQuery support """
22

3-
import warnings
4-
53

64
def _try_import():
75
# since pandas is a dependency of pandas-gbq

pandas/tests/io/test_gbq.py

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
import pandas as pd
1111
from pandas import DataFrame
12-
import pandas.util.testing as tm
1312

1413

1514
api_exceptions = pytest.importorskip("google.api_core.exceptions")

0 commit comments

Comments
 (0)