1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00

pylint: addtional fix

further to bef8fb40ef
This commit is contained in:
Sergei Trofimov 2015-12-10 13:39:28 +00:00
parent aae88b8be4
commit 6a85dff94f

View File

@ -16,9 +16,6 @@
import collections
import sys
from wlauto import ResultProcessor
from wlauto.core.result import IterationResult
from wlauto.exceptions import ResultProcessorError
try:
import notify2
@ -26,6 +23,11 @@ except ImportError:
notify2 = None
from wlauto import ResultProcessor
from wlauto.core.result import IterationResult
from wlauto.exceptions import ResultProcessorError
class NotifyProcessor(ResultProcessor):
name = 'notify'