dbader / schedule

Python job scheduling for humans.
https://schedule.readthedocs.io/
MIT License
11.71k stars 960 forks source link

Remove redundant class object inheritance #536

Closed SergBobrovsky closed 1 year ago

SergBobrovsky commented 2 years ago

Redundant, cause all classes in python3 inherited from object

coveralls commented 1 year ago

Coverage Status

Coverage: 99.711%. Remained the same when pulling c9c7a40daa3c3343e8d429a3428a174952b0a7a1 on SergBobrovsky:patch-1 into a171f1fa3fa94f10771d37c860f64f70517e3709 on dbader:master.

SijmenHuizenga commented 1 year ago

Thank you!