Skip to content

Commit e83f078

Browse files
committed
use new style classes
1 parent c98667c commit e83f078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/dtypes/dtypes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .base import ExtensionDtype, _DtypeOpsMixin
1010

1111

12-
class Registry:
12+
class Registry(object):
1313
""" class to register our dtypes for inference
1414
1515
We can directly construct dtypes in pandas_dtypes if they are

0 commit comments

Comments
 (0)