google / mobly

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

fix flake8 warning (#741) #742

Closed johnklee closed 3 years ago

johnklee commented 3 years ago

Fix flake8 warning (part1)


This change is Reviewable

xpconanfan commented 3 years ago

Please rebase :)

johnklee commented 3 years ago

Please rebase :)

Done and thanks for the notification:

johnkclee$ git log --oneline | head -n 10
f8f5ffe remove .flake8
d9c4989 Restore E741 flake8 rule
d5f23b2 Ingore E741 flake8 rule
134a225 fix flake8 warning (#741)
8624f72 Check Android devices exist before calling commands on them. (#743)
509f717 Add support for `max_consecutive_error` in `repeat`. (#740)
c1c1023 Trigger the CI runs on pull request too. (#738)
0fbc913 Remove "Travis CI" configurations. (#737)
fe40a45 Use "GitHub actions" to run CI tests for google/mobly (#736)
532b04a Support native repeat and retry in Mobly. (#734)
(env) johnkclee-p520-linux:~/Github/Issue739/mobly
johnkclee$ git branch
* Issue741_part1
  master
  mep_739