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

Run yapf to fix format #801

Closed mhaoli closed 2 years ago

mhaoli commented 2 years ago

According to Mobly's Contributing Doc, run yapf to fix format:

yapf -i mobly/controllers/android_device.py tests/mobly/controllers/android_device_test.py

This change is Reviewable