mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-25 03:59:11 +00:00
[workloads/jetnews] Fix more linter issues (E302 and E261)
This commit is contained in:
parent
651fd236fe
commit
e85cca9ffc
@ -17,7 +17,8 @@ from wa import Parameter, ApkUiautoJankTestWorkload, TestPackageHandler
|
||||
|
||||
from wa.utils.types import list_of_strs
|
||||
|
||||
class Jetnews(ApkUiautoJankTestWorkload): # pylint: disable=too-many-ancestors
|
||||
|
||||
class Jetnews(ApkUiautoJankTestWorkload): # pylint: disable=too-many-ancestors
|
||||
|
||||
name = 'jetnews'
|
||||
package_names = ['com.example.jetnews']
|
||||
|
Loading…
x
Reference in New Issue
Block a user