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

Unified Diff: tools/telemetry/unittest_data/test_page_set.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/web_perf/timeline_interaction_record.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/unittest_data/test_page_set.py
diff --git a/tools/telemetry/unittest_data/test_page_set.py b/tools/telemetry/unittest_data/test_page_set.py
index bdee24175099ae164cf64645410a868a49008d2a..328942a9c874171b2bf177ea84a19e5070e803fd 100644
--- a/tools/telemetry/unittest_data/test_page_set.py
+++ b/tools/telemetry/unittest_data/test_page_set.py
@@ -24,6 +24,7 @@ class TestPageSet(page_set.PageSet):
#top google property; a google tab is often open
class Google(page.Page):
def __init__(self, ps):
+ # pylint: disable=bad-super-call
super(Google, self).__init__('https://www.google.com', page_set=ps)
def RunGetActionRunner(self, action_runner):
« no previous file with comments | « tools/telemetry/telemetry/web_perf/timeline_interaction_record.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698