We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78fcce4 commit 274abeeCopy full SHA for 274abee
pandas/core/dtypes.py
@@ -86,7 +86,7 @@ class CategoricalDtypeType(type):
86
pass
87
88
class CategoricalDtype(ExtensionDtype):
89
- __metaclass__ = CategoricalDtypeType
+
90
"""
91
A np.dtype duck-typed class, suitable for holding a custom categorical dtype.
92
@@ -126,7 +126,7 @@ class DatetimeTZDtypeType(type):
126
127
128
class DatetimeTZDtype(ExtensionDtype):
129
- __metaclass__ = DatetimeTZDtypeType
130
131
A np.dtype duck-typed class, suitable for holding a custom datetime with tz dtype.
132
0 commit comments