-
Kurt McKee authored
This was only required when supporting Python 2, in which classes did not auto-inherit from `object`. In Python 3, all classes inherit from `object`.
Kurt McKee authoredThis was only required when supporting Python 2, in which classes did not auto-inherit from `object`. In Python 3, all classes inherit from `object`.