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

Unified Diff: tools/telemetry/telemetry/web_components/web_component.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
Index: tools/telemetry/telemetry/web_components/web_component.py
diff --git a/tools/telemetry/telemetry/web_components/web_component.py b/tools/telemetry/telemetry/web_components/web_component.py
index ee81aa4adb097aada14ab54b3586871b396a44b9..2f57ae0d62197415d2173776d9406373d87f95a7 100644
--- a/tools/telemetry/telemetry/web_components/web_component.py
+++ b/tools/telemetry/telemetry/web_components/web_component.py
@@ -64,6 +64,7 @@ class WebComponent(object):
class WebComponentDataScript(generate.ExtraScript):
def __init__(self, results_component):
+ # pylint: disable=bad-super-call
super(WebComponentDataScript, self).__init__()
self._results_component = results_component
« no previous file with comments | « tools/telemetry/telemetry/value/value_unittest.py ('k') | tools/telemetry/telemetry/web_perf/metrics/rendering_stats.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698