Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(461)

Unified Diff: build/android/pylib/local/device/local_device_environment.py

Issue 1315743004: [Android] Add a custom pylintrc for build/android/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698