mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-03 03:42:35 +01:00
framework: pep8 fixes
Fix issues reported by flake8.
This commit is contained in:
committed by
Marc Bonnici
parent
88c5005b38
commit
03eafe6b33
@@ -18,12 +18,14 @@ from wa.framework.configuration.plugin_cache import PluginCache
|
||||
from wa.utils.serializer import yaml
|
||||
from wa.utils.doc import strip_inlined_text
|
||||
|
||||
DEFAULT_AUGMENTATIONS = ['execution_time',
|
||||
'interrupts',
|
||||
'cpufreq',
|
||||
'status',
|
||||
'csv'
|
||||
]
|
||||
|
||||
DEFAULT_AUGMENTATIONS = [
|
||||
'execution_time',
|
||||
'interrupts',
|
||||
'cpufreq',
|
||||
'status',
|
||||
'csv',
|
||||
]
|
||||
|
||||
|
||||
def _format_yaml_comment(param, short_description=False):
|
||||
|
Reference in New Issue
Block a user