CiwPython / Ciw

Ciw is a simulation library for open queueing networks.
http://ciw.readthedocs.io
MIT License
146 stars 42 forks source link

Node does need to explicitly inherit from object. #224

Closed galenseilis closed 5 months ago

galenseilis commented 7 months ago

Modern Python classes implicitly inherit from object.

galenseilis commented 5 months ago

I should have said that modern Python classes inherit from type, but same diff.