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

Unified Diff: tools/telemetry/telemetry/util/classes_unittest.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
« no previous file with comments | « tools/telemetry/telemetry/util/bootstrap.py ('k') | tools/telemetry/telemetry/util/cloud_storage.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/util/classes_unittest.py
diff --git a/tools/telemetry/telemetry/util/classes_unittest.py b/tools/telemetry/telemetry/util/classes_unittest.py
index 87173682de429b9497a13715aafc999ee54de912..a74581a0c6828f2863013695291988e369fe2956 100644
--- a/tools/telemetry/telemetry/util/classes_unittest.py
+++ b/tools/telemetry/telemetry/util/classes_unittest.py
@@ -7,7 +7,7 @@ import unittest
from telemetry.util import classes
-class ClassWithoutInitDefOne: # pylint: disable=W0232
+class ClassWithoutInitDefOne: # pylint: disable=old-style-class, no-init
pass
« no previous file with comments | « tools/telemetry/telemetry/util/bootstrap.py ('k') | tools/telemetry/telemetry/util/cloud_storage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698