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

Unified Diff: tools/telemetry/telemetry/internal/image_processing/screen_finder_unittest.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/image_processing/screen_finder_unittest.py
diff --git a/tools/telemetry/telemetry/internal/image_processing/screen_finder_unittest.py b/tools/telemetry/telemetry/internal/image_processing/screen_finder_unittest.py
index afba782250ca1db41fb70141a78af468402dcb1b..313b496c4df667beb250206d4fc387a1ac4c42f6 100644
--- a/tools/telemetry/telemetry/internal/image_processing/screen_finder_unittest.py
+++ b/tools/telemetry/telemetry/internal/image_processing/screen_finder_unittest.py
@@ -16,7 +16,7 @@ try:
except (ImportError, NotImplementedError) as err:
pass
else:
- # pylint: disable=W0212
+ # pylint: disable=protected-access
class ScreenFinderTest(unittest.TestCase):
def __init__(self, *args, **kwargs):
super(ScreenFinderTest, self).__init__(*args, **kwargs)

Powered by Google App Engine
This is Rietveld 408576698