We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8196db9 commit ad89365Copy full SHA for ad89365
pandas/io/tests/test_google.py
@@ -4,9 +4,7 @@
4
5
import pandas as pd
6
import pandas.io.data as web
7
-from pandas.util.testing import (network, assert_frame_equal,
8
- assert_series_equal,
9
- assert_almost_equal)
+from pandas.util.testing import (network, assert_series_equal)
10
from numpy.testing.decorators import slow
11
12
import urllib2
0 commit comments