delph-in/pydelphin

Remove explicit 'object' supertype

goodmami opened this issue · 0 comments

In Python 3-only code, explicit object supertypes on classes are unnecessary. To improve consistency and simplicity, such supertypes should be removed.