mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-19 09:10:51 +01:00
common/android: pep8 fixes
- added missing space between global definitions and a class - added missing space for inline comment
This commit is contained in:
parent
20996e9a58
commit
ea1d13c37f
@ -35,6 +35,7 @@ import wlauto.common.android.resources
|
|||||||
|
|
||||||
DELAY = 5
|
DELAY = 5
|
||||||
|
|
||||||
|
|
||||||
# Due to the way `super` works you have to call it at every level but WA executes some
|
# Due to the way `super` works you have to call it at every level but WA executes some
|
||||||
# methods conditionally and so has to do them directly via the class, this breaks super
|
# methods conditionally and so has to do them directly via the class, this breaks super
|
||||||
# and causes it to run things mutiple times ect. As a work around for this untill workloads
|
# and causes it to run things mutiple times ect. As a work around for this untill workloads
|
||||||
|
Loading…
x
Reference in New Issue
Block a user