| Index: tools/perf/measurements/task_execution_time_unittest.py
|
| diff --git a/tools/perf/measurements/task_execution_time_unittest.py b/tools/perf/measurements/task_execution_time_unittest.py
|
| index 0cfb59ec5a7023fb96a00ba6aa7fbc93da31760b..e2137e15eb24f4b5a0171eecc95dc045a4824261 100644
|
| --- a/tools/perf/measurements/task_execution_time_unittest.py
|
| +++ b/tools/perf/measurements/task_execution_time_unittest.py
|
| @@ -2,9 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -from measurements import task_execution_time
|
| -from telemetry import decorators
|
| from telemetry.core import wpr_modes
|
| +from telemetry import decorators
|
| from telemetry.page import page as page_module
|
| from telemetry.results import page_test_results
|
| from telemetry.timeline import model as model_module
|
| @@ -12,6 +11,8 @@ from telemetry.timeline import slice as slice_data
|
| from telemetry.unittest_util import options_for_unittests
|
| from telemetry.unittest_util import page_test_test_case
|
|
|
| +from measurements import task_execution_time
|
| +
|
|
|
| class TestTaskExecutionTimePage(page_module.Page):
|
|
|
|
|