mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-03 20:02:39 +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
@@ -8,8 +8,8 @@ from wa.framework.exception import (OutputProcessorError, ResourceError,
|
||||
from wa.framework.exception import (WAError, NotFoundError, ValidationError,
|
||||
WorkloadError)
|
||||
from wa.framework.exception import WorkerThreadError, PluginLoaderError
|
||||
from wa.framework.instruments import (Instrument, very_slow, slow, normal, fast,
|
||||
very_fast)
|
||||
from wa.framework.instrument import (Instrument, very_slow, slow, normal, fast,
|
||||
very_fast)
|
||||
from wa.framework.output import RunOutput, discover_wa_outputs
|
||||
from wa.framework.plugin import Plugin, Parameter
|
||||
from wa.framework.output_processor import OutputProcessor
|
||||
|
Reference in New Issue
Block a user