Skip to content

Commit f4edb05

Browse files
committed
PEP: pep issue in pandas/tests/tools/test_concat.py
1 parent f638550 commit f4edb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/tools/test_concat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pandas import (DataFrame, concat,
88
read_csv, isnull, Series, date_range,
99
Index, Panel, MultiIndex, Timestamp,
10-
DatetimeIndex, Categorical, CategoricalIndex)
10+
DatetimeIndex)
1111
from pandas.util import testing as tm
1212
from pandas.util.testing import (assert_frame_equal,
1313
makeCustomDataframe as mkdf,

0 commit comments

Comments
 (0)