| Index: build/android/pylib/local/device/local_device_environment.py
|
| diff --git a/build/android/pylib/local/device/local_device_environment.py b/build/android/pylib/local/device/local_device_environment.py
|
| index 7a20903998b977d5aba1b30c2acfbd7ab71bf5ca..e69a6eb797a172f1d06a2229c2fc8f0f3df001e1 100644
|
| --- a/build/android/pylib/local/device/local_device_environment.py
|
| +++ b/build/android/pylib/local/device/local_device_environment.py
|
| @@ -5,13 +5,13 @@
|
| from devil.android import device_blacklist
|
| from devil.android import device_errors
|
| from devil.android import device_utils
|
| -from devil.android.sdk import adb_wrapper
|
| from devil.utils import parallelizer
|
| from pylib.base import environment
|
|
|
|
|
| class LocalDeviceEnvironment(environment.Environment):
|
|
|
| + # pylint: disable=unused-argument
|
| def __init__(self, args, _error_func):
|
| super(LocalDeviceEnvironment, self).__init__()
|
| self._blacklist = device_blacklist.Blacklist(
|
|
|