Skip to content

Commit cee84d0

Browse files
committed
Merge branch 'str_cat_align' of https://github.com/h-vetinari/pandas into str_cat_align
2 parents 736fc8f + 8e6d87f commit cee84d0

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

pandas/core/indexes/base.py

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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)