google / mobly

E2E test framework for tests with complex environment requirements.
https://github.com/google/mobly
Apache License 2.0
628 stars 175 forks source link

Drop the py2 compatibility in class declaration statements. #724

Closed eric100lin closed 3 years ago

eric100lin commented 3 years ago

In Python 3, only new-style classes exist. No need to inherit from class object. Reference: https://stackoverflow.com/questions/4015417/python-class-inherits-object


This change is Reviewable