Skip to content

Commit a4de620

Browse files
committed
remove redundant import
1 parent fac53c0 commit a4de620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/series/test_io.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from pandas import Series, DataFrame
1212

13-
from pandas.compat import StringIO, u, PY2
13+
from pandas.compat import StringIO, u
1414
from pandas.util.testing import (assert_series_equal, assert_almost_equal,
1515
assert_frame_equal, ensure_clean)
1616
import pandas.util.testing as tm

0 commit comments

Comments
 (0)