1
0
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:
Brendan Jackman
2017-12-04 17:13:38 +00:00
committed by marcbonnici
parent b85098d5b2
commit aa2abd16a3
26 changed files with 20 additions and 77 deletions

View File

@@ -19,17 +19,14 @@ This module contains the standard set of resource getters used by Workload Autom
"""
import httplib
import inspect
import json
import logging
import os
import re
import shutil
import sys
import requests
from devlib.utils.android import ApkInfo
from wa import Parameter, settings, __file__ as _base_filepath
from wa.framework.resource import ResourceGetter, SourcePriority, NO_ONE