mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
Run autoflake to remove unused imports & variables
This commit is contained in:
committed by
marcbonnici
parent
b85098d5b2
commit
aa2abd16a3
@@ -1,5 +1,4 @@
|
||||
from devlib import AndroidTarget
|
||||
from devlib.exception import TargetError
|
||||
from devlib.target import KernelConfig, KernelVersion, Cpuinfo
|
||||
from devlib.utils.android import AndroidProperties
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
import logging
|
||||
import os
|
||||
|
||||
from wa.framework import signal
|
||||
from wa.framework.plugin import Parameter
|
||||
|
@@ -1,4 +1,3 @@
|
||||
import re
|
||||
from collections import namedtuple
|
||||
|
||||
from wa.framework.exception import ConfigError
|
||||
|
Reference in New Issue
Block a user