Skip to content

Commit 602883a

Browse files
committed
PEP: fix tseries/test_timeseries.py
1 parent b7b7091 commit 602883a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tseries/tests/test_timeseries.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
from pandas import (
2525
Index, Series, DataFrame, isnull, date_range, Timestamp, Period,
2626
DatetimeIndex, Int64Index, to_datetime, bdate_range, Float64Index,
27-
NaT, timedelta_range, Timedelta, _np_version_under1p8, concat,
28-
PeriodIndex)
27+
NaT, timedelta_range, Timedelta, _np_version_under1p8, concat)
2928
from pandas.compat import range, long, StringIO, lrange, lmap, zip, product
3029
from pandas.compat.numpy_compat import np_datetime64_compat
3130
from pandas.core.common import PerformanceWarning

0 commit comments

Comments
 (0)