mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
framework: pep8 fixes
Fix issues reported by flake8.
This commit is contained in:
committed by
Marc Bonnici
parent
88c5005b38
commit
03eafe6b33
@@ -110,8 +110,7 @@ BEFORE_WORKLOAD_EXECUTION = Signal('before-workload-execution', invert_priority=
|
||||
SUCCESSFUL_WORKLOAD_EXECUTION = Signal('successful-workload-execution')
|
||||
AFTER_WORKLOAD_EXECUTION = Signal('after-workload-execution')
|
||||
|
||||
BEFORE_WORKLOAD_RESULT_EXTRACTION = Signal('before-workload-result-extracton',
|
||||
invert_priority=True)
|
||||
BEFORE_WORKLOAD_RESULT_EXTRACTION = Signal('before-workload-result-extracton', invert_priority=True)
|
||||
SUCCESSFUL_WORKLOAD_RESULT_EXTRACTION = Signal('successful-workload-result-extracton')
|
||||
AFTER_WORKLOAD_RESULT_EXTRACTION = Signal('after-workload-result-extracton')
|
||||
|
||||
@@ -183,8 +182,6 @@ AFTER_RUN_OUTPUT_PROCESSED = Signal(
|
||||
'after-run-output-processed')
|
||||
|
||||
|
||||
|
||||
|
||||
CallbackPriority = enum(['extremely_low', 'very_low', 'low', 'normal',
|
||||
'high', 'very_high', 'extremely_high'], -30, 10)
|
||||
|
||||
|
Reference in New Issue
Block a user