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

Remove importing class from modules. #721

Closed eric100lin closed 3 years ago

eric100lin commented 3 years ago

Use import statements for packages and modules only, not for individual classes or functions.

Reference: https://google.github.io/styleguide/pyguide.html#22-imports


This change is Reviewable