mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-20 09:40:50 +01:00
pylint: addtional fix
further to bef8fb40efb4cb7ade51714d9a2d0aaa80e9d75d
This commit is contained in:
parent
aae88b8be4
commit
6a85dff94f
@ -16,9 +16,6 @@
|
|||||||
import collections
|
import collections
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from wlauto import ResultProcessor
|
|
||||||
from wlauto.core.result import IterationResult
|
|
||||||
from wlauto.exceptions import ResultProcessorError
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import notify2
|
import notify2
|
||||||
@ -26,6 +23,11 @@ except ImportError:
|
|||||||
notify2 = None
|
notify2 = None
|
||||||
|
|
||||||
|
|
||||||
|
from wlauto import ResultProcessor
|
||||||
|
from wlauto.core.result import IterationResult
|
||||||
|
from wlauto.exceptions import ResultProcessorError
|
||||||
|
|
||||||
|
|
||||||
class NotifyProcessor(ResultProcessor):
|
class NotifyProcessor(ResultProcessor):
|
||||||
|
|
||||||
name = 'notify'
|
name = 'notify'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user