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

Unified Diff: verification/presubmit_check.py

Issue 102703004: Improved user-facing messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/commit-queue
Patch Set: Created 7 years 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
« tests/pending_manager_test.py ('K') | « tests/pending_manager_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: verification/presubmit_check.py
diff --git a/verification/presubmit_check.py b/verification/presubmit_check.py
index 2e81f3e04391d470efac21354ee479c45424c8a7..2b4071e80a6710b573de16125a330821ec64568a 100644
--- a/verification/presubmit_check.py
+++ b/verification/presubmit_check.py
@@ -9,10 +9,10 @@ import os
import sys
import time
-from verification import base
+from verification import base # pylint: disable=F0401
-import find_depot_tools # pylint: disable=W0611
-import subprocess2
+import find_depot_tools # pylint: disable=W0611,F0401
+import subprocess2 # pylint: disable=F0401
class PresubmitCheckVerifier(base.VerifierCheckout):
« tests/pending_manager_test.py ('K') | « tests/pending_manager_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698