mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
framework: move instruments -> instrument
Use the singular to be consistent with other modules in wa.framework.
This commit is contained in:
committed by
setrofim
parent
b7aa7d68b5
commit
12a33c8aeb
@@ -2,7 +2,7 @@ import logging
|
||||
|
||||
from wa.framework import pluginloader
|
||||
from wa.framework.exception import ConfigError
|
||||
from wa.framework.instruments import is_installed
|
||||
from wa.framework.instrument import is_installed
|
||||
from wa.framework.plugin import Plugin
|
||||
from wa.utils.log import log_error, indent, dedent
|
||||
from wa.utils.misc import isiterable
|
||||
|
Reference in New Issue
Block a user