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

Unified Diff: tools/telemetry/telemetry/internal/platform/linux_based_platform_backend.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/linux_based_platform_backend.py
diff --git a/tools/telemetry/telemetry/internal/platform/linux_based_platform_backend.py b/tools/telemetry/telemetry/internal/platform/linux_based_platform_backend.py
index f22b7bae3e21d4bd2ad183dc222c529083a20046..5a65d8cf4249307456825a9b153ab4a5834d7b69 100644
--- a/tools/telemetry/telemetry/internal/platform/linux_based_platform_backend.py
+++ b/tools/telemetry/telemetry/internal/platform/linux_based_platform_backend.py
@@ -3,7 +3,7 @@
# found in the LICENSE file.
try:
- import resource # pylint: disable=F0401
+ import resource # pylint: disable=import-error
except ImportError:
resource = None # Not available on all platforms

Powered by Google App Engine
This is Rietveld 408576698