Skip to content

Commit 8d82cce

Browse files
CI: Fix linting on master (#20352)
1 parent 8fd7c26 commit 8d82cce

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

pandas/core/indexes/base.py

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747

4848
from pandas.core.base import PandasObject, IndexOpsMixin
4949
import pandas.core.common as com
50-
import pandas.core.base as base
5150
from pandas.core import ops
5251
from pandas.util._decorators import (
5352
Appender, Substitution, cache_readonly, deprecate_kwarg)

pandas/core/indexes/category.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
from pandas.core.indexes.base import Index, _index_shared_docs
2323
from pandas.core import accessor
2424
import pandas.core.common as com
25-
import pandas.core.base as base
2625
import pandas.core.missing as missing
2726
import pandas.core.indexes.base as ibase
2827

pandas/core/indexes/multi.py

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
from pandas.core.dtypes.missing import isna, array_equivalent
2424
from pandas.errors import PerformanceWarning, UnsortedIndexError
2525

26-
import pandas.core.base as base
2726
from pandas.util._decorators import Appender, cache_readonly, deprecate_kwarg
2827
import pandas.core.common as com
2928
import pandas.core.missing as missing

0 commit comments

Comments
 (0)