We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb1c19 commit 70d1777Copy full SHA for 70d1777
pandas/core/index.py
@@ -1,8 +1,7 @@
1
-# flake8: noqa
2
-from pandas.core.indexes.api import (
+from pandas.core.indexes.api import ( # noqa
3
CategoricalIndex, DatetimeIndex, Float64Index, Index, Int64Index,
4
IntervalIndex, InvalidIndexError, MultiIndex, NaT, NumericIndex,
5
PeriodIndex, RangeIndex, TimedeltaIndex, UInt64Index, _all_indexes_same,
6
_get_combined_index, _get_consensus_names, _get_objs_combined_axis,
7
_new_Index, _union_indexes, ensure_index, ensure_index_from_sequences)
8
-from pandas.core.indexes.multi import _sparsify
+from pandas.core.indexes.multi import _sparsify # noqa
0 commit comments