Index: build/android/gyp/process_resources.py |
diff --git a/build/android/gyp/process_resources.py b/build/android/gyp/process_resources.py |
index 09d86503a0730e587b944f61aea41f55075afaaa..bf1317554e798209838650852bce3a8e90fcbea6 100755 |
--- a/build/android/gyp/process_resources.py |
+++ b/build/android/gyp/process_resources.py |
@@ -11,7 +11,7 @@ import os |
import shlex |
import shutil |
-from util import build_utils # pylint: disable=F0401 |
+from util import build_utils |
def ParseArgs(): |
"""Parses command line options. |