google / mobly

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

Fix bad import order according to Google Python style guide. #781

Closed eric100lin closed 2 years ago

eric100lin commented 2 years ago

Imports formatting: https://google.github.io/styleguide/pyguide.html#313-imports-formatting


This change is Reviewable