| Index: tools/telemetry/telemetry/core/platform/power_monitor/android_dumpsys_power_monitor_unittest.py
|
| diff --git a/tools/telemetry/telemetry/core/platform/power_monitor/android_dumpsys_power_monitor_unittest.py b/tools/telemetry/telemetry/core/platform/power_monitor/android_dumpsys_power_monitor_unittest.py
|
| index 69059f5d26d0c8599360c563290d168832c7dfdf..767c25e83528a205ad0a491346344e35a2029b2b 100644
|
| --- a/tools/telemetry/telemetry/core/platform/power_monitor/android_dumpsys_power_monitor_unittest.py
|
| +++ b/tools/telemetry/telemetry/core/platform/power_monitor/android_dumpsys_power_monitor_unittest.py
|
| @@ -2,11 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import os
|
| import unittest
|
|
|
| from telemetry.core.platform.power_monitor import android_dumpsys_power_monitor
|
| -from telemetry.core.util import GetUnittestDataDir
|
|
|
|
|
| class DumpsysPowerMonitorMonitorTest(unittest.TestCase):
|
|
|