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 |