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

Unified Diff: build/android/pylib/instrumentation/test_jar.py

Issue 194843003: [Android] Lint the rest of pylib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no more linting *.py.svn-base files. Created 6 years, 9 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
« no previous file with comments | « build/android/pylib/host_driven/test_info_collection.py ('k') | build/android/pylib/monkey/setup.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/instrumentation/test_jar.py
diff --git a/build/android/pylib/instrumentation/test_jar.py b/build/android/pylib/instrumentation/test_jar.py
index 53fd4948aad27caa9b2cc03c9d5d05a9f7140fa2..8ea3dbf550ad3497e89696b8ce1a4fa732ce3489 100644
--- a/build/android/pylib/instrumentation/test_jar.py
+++ b/build/android/pylib/instrumentation/test_jar.py
@@ -19,7 +19,7 @@ sys.path.insert(0,
os.path.join(constants.DIR_SOURCE_ROOT,
'build', 'util', 'lib', 'common'))
-import unittest_util
+import unittest_util # pylint: disable=F0401
# If you change the cached output of proguard, increment this number
PICKLE_FORMAT_VERSION = 1
« no previous file with comments | « build/android/pylib/host_driven/test_info_collection.py ('k') | build/android/pylib/monkey/setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698