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

Unified Diff: tools/telemetry/telemetry/util/trace.py

Issue 739623005: [Telemetry] Resolve errors due to new pylint checker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ready to land Created 6 years, 1 month 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: tools/telemetry/telemetry/util/trace.py
diff --git a/tools/telemetry/telemetry/util/trace.py b/tools/telemetry/telemetry/util/trace.py
index 64441ca061abe1538b2dc67f3a14cfbcb0126f5d..54d2afcb319d5760dcf4012f38d15f244dde0021 100644
--- a/tools/telemetry/telemetry/util/trace.py
+++ b/tools/telemetry/telemetry/util/trace.py
@@ -7,4 +7,4 @@ from telemetry.core import util
util.AddDirToPythonPath(util.GetChromiumSrcDir(),
'third_party', 'py_trace_event', 'src')
-from trace_event import * # pylint: disable=F0401
+from trace_event import * # pylint: disable=import-error, wildcard-import
« no previous file with comments | « tools/telemetry/telemetry/util/exception_formatter.py ('k') | tools/telemetry/telemetry/value/histogram_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698