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

Unified Diff: tools/telemetry/telemetry/core/platform/power_monitor/power_monitor_controller_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
Index: tools/telemetry/telemetry/core/platform/power_monitor/power_monitor_controller_unittest.py
diff --git a/tools/telemetry/telemetry/core/platform/power_monitor/power_monitor_controller_unittest.py b/tools/telemetry/telemetry/core/platform/power_monitor/power_monitor_controller_unittest.py
index 9eaa798a1c5221bbfe8bd9ef533573a67bb09965..48a33e17be07e6fc2e27a5b152572ab82c0ebabe 100644
--- a/tools/telemetry/telemetry/core/platform/power_monitor/power_monitor_controller_unittest.py
+++ b/tools/telemetry/telemetry/core/platform/power_monitor/power_monitor_controller_unittest.py
@@ -19,7 +19,6 @@ class PowerMonitorControllerTest(unittest.TestCase):
class P2(power_monitor.PowerMonitor):
def __init__(self, value):
- super(P2, self).__init__()
self._value = value
def CanMonitorPower(self):
return True

Powered by Google App Engine
This is Rietveld 408576698