Skip to content

Commit 24102ae

Browse files
committed
Merge pull request #3813 from gliptak/patch-2
remove unused import in test_yahoo
2 parents 58e8676 + 877d8bb commit 24102ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/io/tests/test_yahoo.py

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
import nose
33
from datetime import datetime
44

5-
from pandas.util.py3compat import StringIO, BytesIO
6-
75
import pandas as pd
86
import pandas.io.data as web
97
from pandas.util.testing import (network, assert_frame_equal,

0 commit comments

Comments
 (0)