Index: build/android/pylib/perf/thermal_throttle.py |
diff --git a/build/android/pylib/perf/thermal_throttle.py b/build/android/pylib/perf/thermal_throttle.py |
index 84a7e6aacc53c562f1373859670af0ce051e50ee..cfc6a5cc9a5bf03acf329dbc0600393864858105 100644 |
--- a/build/android/pylib/perf/thermal_throttle.py |
+++ b/build/android/pylib/perf/thermal_throttle.py |
@@ -3,7 +3,6 @@ |
# found in the LICENSE file. |
import logging |
-from pylib import android_commands |
from pylib.device import device_utils |
@@ -73,8 +72,6 @@ class ThermalThrottle(object): |
""" |
def __init__(self, device): |
- # TODO(jbudorick) Remove once telemetry gets switched over. |
- assert not isinstance(device, android_commands.AndroidCommands) |
self._device = device |
self._throttled = False |
self._detector = None |