Skip to content

Commit

Permalink
use new style classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed May 23, 2018
1 parent c98667c commit e83f078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/dtypes/dtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .base import ExtensionDtype, _DtypeOpsMixin


class Registry:
class Registry(object):
""" class to register our dtypes for inference
We can directly construct dtypes in pandas_dtypes if they are
Expand Down

0 comments on commit e83f078

Please sign in to comment.