We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98667c commit e83f078Copy full SHA for e83f078
pandas/core/dtypes/dtypes.py
@@ -9,7 +9,7 @@
9
from .base import ExtensionDtype, _DtypeOpsMixin
10
11
12
-class Registry:
+class Registry(object):
13
""" class to register our dtypes for inference
14
15
We can directly construct dtypes in pandas_dtypes if they are
0 commit comments