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

Unified Diff: tools/telemetry/telemetry/internal/platform/profiler/oomkiller_profiler.py

Issue 1458083003: [Telemetry + tools/perf] Modify the pylint disable message to use symbolic name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/internal/platform/profiler/oomkiller_profiler.py
diff --git a/tools/telemetry/telemetry/internal/platform/profiler/oomkiller_profiler.py b/tools/telemetry/telemetry/internal/platform/profiler/oomkiller_profiler.py
index 614fccb0cc826d646392ee7fb3767703616d7622..4aa750f24ed02b4a6a6d126cf1b52acbd564b61c 100644
--- a/tools/telemetry/telemetry/internal/platform/profiler/oomkiller_profiler.py
+++ b/tools/telemetry/telemetry/internal/platform/profiler/oomkiller_profiler.py
@@ -8,7 +8,7 @@ from telemetry.internal.util import binary_manager
from telemetry.internal.backends.chrome import android_browser_finder
from telemetry.internal.platform import profiler
-from devil.android.sdk import intent # pylint: disable=F0401
+from devil.android.sdk import intent # pylint: disable=import-error
class UnableToFindApplicationException(Exception):
"""Exception when unable to find a launched application"""

Powered by Google App Engine
This is Rietveld 408576698