mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01:00
Run autoflake to remove unused imports & variables
This commit is contained in:
committed by
marcbonnici
parent
b85098d5b2
commit
aa2abd16a3
@@ -13,14 +13,10 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
# pylint: disable=attribute-defined-outside-init
|
||||
import os
|
||||
|
||||
from wa import Workload, ApkUiautoWorkload, Parameter, ApkWorkload
|
||||
from wa import ApkFile, settings
|
||||
from wa import ApkUiautoWorkload, Parameter
|
||||
from wa.framework import pluginloader
|
||||
from wa.framework.exception import ConfigError, ResourceError
|
||||
|
||||
from devlib.utils.android import ApkInfo
|
||||
|
||||
|
||||
class Applaunch(ApkUiautoWorkload):
|
||||
|
Reference in New Issue
Block a user