mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-30 14:44:09 +00:00
Disable pep8 errors
This commit is contained in:
@@ -218,7 +218,7 @@ def version_tuple(v):
|
||||
return tuple(map(str, (v.split("."))))
|
||||
|
||||
|
||||
def module_name_set(l):
|
||||
def module_name_set(l): # noqa: E741
|
||||
"""
|
||||
Converts a list of target modules into a set of module names, disregarding
|
||||
any configuration that may be present.
|
||||
|
||||
Reference in New Issue
Block a user