Cleanup: remove redundant 'object' parent class

This commit is contained in:
Campbell Barton
2014-10-28 18:42:06 +01:00
parent 2c35bcb356
commit b2b1d8e290
5 changed files with 7 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ def classes_recursive(base_type, clss=None):
return clss
class DataPathBuilder(object):
class DataPathBuilder:
"""Dummy class used to parse fcurve and driver data paths."""
__slots__ = ("data_path", )