mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 18:21:14 +00:00
framework/target: assistant: fix import
Import Parameter from the module that defines it rather than from wa to avoid circular import errors.
This commit is contained in:
parent
c1319ce8cb
commit
bb9f735cd4
@ -6,7 +6,7 @@ import tempfile
|
|||||||
import threading
|
import threading
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from wa import Parameter
|
from wa.framework.plugin import Parameter
|
||||||
from wa.framework.exception import WorkerThreadError
|
from wa.framework.exception import WorkerThreadError
|
||||||
from wa.utils.misc import touch
|
from wa.utils.misc import touch
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user