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

Unified Diff: mojo/public/tools/bindings/pylib/mojom_tests/parse/run_parser.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_parser.py
diff --git a/mojo/public/tools/bindings/pylib/mojom_tests/parse/run_parser.py b/mojo/public/tools/bindings/pylib/mojom_tests/parse/run_parser.py
index edca7e11ff1ca1199bca43ca13606be4d5ef4099..b160de6690f3456375311361f61415d294d3a9dc 100755
--- a/mojo/public/tools/bindings/pylib/mojom_tests/parse/run_parser.py
+++ b/mojo/public/tools/bindings/pylib/mojom_tests/parse/run_parser.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, ParseError

Powered by Google App Engine
This is Rietveld 408576698