Skip to content

Commit 70f3718

Browse files
committed
Fix pep8 issue
1 parent 4721051 commit 70f3718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
from pandas.core.internals import BlockManager, _safe_reshape, make_block
5757

5858
from pandas.core.index import (
59-
Float64Index, Index, DatetimeIndex, Int64Index, MultiIndex, PeriodIndex, RangeIndex,
60-
TimedeltaIndex, CategoricalIndex)
59+
Float64Index, Index, DatetimeIndex, Int64Index, MultiIndex,
60+
PeriodIndex, RangeIndex, TimedeltaIndex, CategoricalIndex)
6161
from pandas.core.arrays import DatetimeArray, IntervalArray, PeriodArray
6262
from pandas.core.arrays.sparse import BlockIndex, IntIndex
6363
from pandas.core.arrays.categorical import Categorical

0 commit comments

Comments
 (0)