Skip to content

Commit ad89365

Browse files
committed
Remove unneeded import from test_google
1 parent 8196db9 commit ad89365

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/io/tests/test_google.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
import pandas as pd
66
import pandas.io.data as web
7-
from pandas.util.testing import (network, assert_frame_equal,
8-
assert_series_equal,
9-
assert_almost_equal)
7+
from pandas.util.testing import (network, assert_series_equal)
108
from numpy.testing.decorators import slow
119

1210
import urllib2

0 commit comments

Comments
 (0)