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

Unified Diff: mojo/public/python/mojo/bindings/descriptor.py

Issue 643853004: mojo: Update PRESBUMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « mojo/PRESUBMIT.py ('k') | mojo/public/python/mojo/bindings/messaging.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/python/mojo/bindings/descriptor.py
diff --git a/mojo/public/python/mojo/bindings/descriptor.py b/mojo/public/python/mojo/bindings/descriptor.py
index b97938ac52dae25bd11aad0fb21dd0413c072efc..4e0ab7e91bb05a1d8118b37d35814d13999f211e 100644
--- a/mojo/public/python/mojo/bindings/descriptor.py
+++ b/mojo/public/python/mojo/bindings/descriptor.py
@@ -10,8 +10,9 @@ import array
import itertools
import struct
-# pylint: disable=F0401
import mojo.bindings.serialization as serialization
+
+# pylint: disable=E0611,F0401
import mojo.system
« no previous file with comments | « mojo/PRESUBMIT.py ('k') | mojo/public/python/mojo/bindings/messaging.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698