Skip to content

Commit f560ea1

Browse files
committed
rebase
1 parent 9084906 commit f560ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/dtypes/common.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
from pandas._libs.tslibs import conversion
88

99
from pandas.core.dtypes.dtypes import (
10-
CategoricalDtype, CategoricalDtypeType, DatetimeTZDtype,
10+
registry, CategoricalDtype, CategoricalDtypeType, DatetimeTZDtype,
1111
DatetimeTZDtypeType, PeriodDtype, PeriodDtypeType, IntervalDtype,
12-
IntervalDtypeType, ExtensionDtype, PandasExtensionDtype)
12+
IntervalDtypeType, ExtensionDtype)
1313
from pandas.core.dtypes.generic import (
1414
ABCCategorical, ABCPeriodIndex, ABCDatetimeIndex, ABCSeries,
1515
ABCSparseArray, ABCSparseSeries, ABCCategoricalIndex, ABCIndexClass,

0 commit comments

Comments
 (0)