Skip to content

Commit 70d1777

Browse files
committed
replaced '# noqa' statement for flake8 linter
1 parent abb1c19 commit 70d1777

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pandas/core/index.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# flake8: noqa
2-
from pandas.core.indexes.api import (
1+
from pandas.core.indexes.api import ( # noqa
32
CategoricalIndex, DatetimeIndex, Float64Index, Index, Int64Index,
43
IntervalIndex, InvalidIndexError, MultiIndex, NaT, NumericIndex,
54
PeriodIndex, RangeIndex, TimedeltaIndex, UInt64Index, _all_indexes_same,
65
_get_combined_index, _get_consensus_names, _get_objs_combined_axis,
76
_new_Index, _union_indexes, ensure_index, ensure_index_from_sequences)
8-
from pandas.core.indexes.multi import _sparsify
7+
from pandas.core.indexes.multi import _sparsify # noqa

0 commit comments

Comments
 (0)