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

Unified Diff: mojo/public/tools/bindings/pylib/mojom_tests/parse/run_translate.py

Issue 443293003: Mojo: Add PRESUBMIT.py to mojo/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: mojo/public/tools/bindings/pylib/mojom_tests/parse/run_translate.py
diff --git a/mojo/public/tools/bindings/pylib/mojom_tests/parse/run_translate.py b/mojo/public/tools/bindings/pylib/mojom_tests/parse/run_translate.py
index 833af6292a711a85b799a7b5a8bd3d4742c3b2e3..899d40e58433ed9df1fc2e0a4cfa33f84d78641e 100755
--- a/mojo/public/tools/bindings/pylib/mojom_tests/parse/run_translate.py
+++ b/mojo/public/tools/bindings/pylib/mojom_tests/parse/run_translate.py
@@ -12,9 +12,6 @@ import sys
sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)),
os.path.pardir, os.path.pardir))
-# Disable lint check for finding modules:
-# pylint: disable=F0401
-
from mojom.parse.parser import Parse
from mojom.parse.translate import Translate

Powered by Google App Engine
This is Rietveld 408576698