Skip to content

Commit 686ee7e

Browse files
author
Chris Grinolds
committed
Added missing imports that caused tests to fail
1 parent 49365e4 commit 686ee7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/io/tests/test_gbq.py

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
import numpy as np
1414

15+
from distutils.version import LooseVersion
16+
from pandas import compat
17+
1518
from pandas import NaT
1619
from pandas.compat import u
1720
from pandas.core.frame import DataFrame

0 commit comments

Comments
 (0)