| Index: tools/telemetry/telemetry/web_perf/metrics/smoothness.py
|
| diff --git a/tools/telemetry/telemetry/web_perf/metrics/smoothness.py b/tools/telemetry/telemetry/web_perf/metrics/smoothness.py
|
| index a8158870f8ffac1ba1db8b6a418a22fef7ec3734..4e0bb50741582fe5e80127c5ab4555ec5169a0cd 100644
|
| --- a/tools/telemetry/telemetry/web_perf/metrics/smoothness.py
|
| +++ b/tools/telemetry/telemetry/web_perf/metrics/smoothness.py
|
| @@ -2,9 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +from telemetry.perf_tests_helper import FlattenList
|
| from telemetry.web_perf.metrics import timeline_based_metric
|
| from telemetry.web_perf.metrics import rendering_stats
|
| -from telemetry.page.perf_tests_helper import FlattenList
|
| from telemetry.util import statistics
|
|
|
|
|
|
|