Skip to content

Commit 9ff31f8

Browse files
committed
Revert "Merge branch 'str_cat_align' of https://github.com/h-vetinari/pandas into str_cat_align"
This reverts commit cee84d0, reversing changes made to 736fc8f.
1 parent cee84d0 commit 9ff31f8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

pandas/core/indexes/base.py

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

4848
from pandas.core.base import PandasObject, IndexOpsMixin
4949
import pandas.core.common as com
50+
import pandas.core.base as base
5051
from pandas.core import ops
5152
from pandas.util._decorators import (
5253
Appender, Substitution, cache_readonly, deprecate_kwarg)

pandas/core/indexes/category.py

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
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
2526
import pandas.core.missing as missing
2627
import pandas.core.indexes.base as ibase
2728

pandas/core/indexes/multi.py

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
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
2627
from pandas.util._decorators import Appender, cache_readonly, deprecate_kwarg
2728
import pandas.core.common as com
2829
import pandas.core.missing as missing

0 commit comments

Comments
 (0)