delph-in / pydelphin

Python libraries for DELPH-IN
https://pydelphin.readthedocs.io/
MIT License
77 stars 27 forks source link

Remove explicit 'object' supertype #355

Closed goodmami closed 1 year ago

goodmami commented 1 year ago

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