mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-08-13 17:49:55 +01:00
wa: Additional pylint fixes
This commit is contained in:
wa
commands
framework
utils
@@ -22,6 +22,8 @@ import getpass
|
||||
from collections import OrderedDict
|
||||
from distutils.dir_util import copy_tree # pylint: disable=no-name-in-module, import-error
|
||||
|
||||
from devlib.utils.types import identifier
|
||||
|
||||
from wa import ComplexCommand, SubCommand, pluginloader, settings
|
||||
from wa.framework.target.descriptor import list_target_descriptions
|
||||
from wa.framework.exception import ConfigError, CommandError
|
||||
@@ -29,8 +31,6 @@ from wa.utils.misc import (ensure_directory_exists as _d, capitalize,
|
||||
ensure_file_directory_exists as _f)
|
||||
from wa.utils.serializer import yaml
|
||||
|
||||
from devlib.utils.types import identifier
|
||||
|
||||
|
||||
TEMPLATES_DIR = os.path.join(os.path.dirname(__file__), 'templates')
|
||||
|
||||
|
Reference in New Issue
Block a user