Index: tools/perf/benchmarks/smoothness.py |
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py |
index b5debef8eac453e4b52bcbe091e4e171f7a76819..b623d6b32c21ed55ccb6f8a364b516b5642e20f1 100644 |
--- a/tools/perf/benchmarks/smoothness.py |
+++ b/tools/perf/benchmarks/smoothness.py |
@@ -2,11 +2,12 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+from telemetry import benchmark |
+ |
from benchmarks import silk_flags |
from benchmarks import webgl_expectations |
from measurements import smoothness |
import page_sets |
-from telemetry import benchmark |
class SmoothnessTop25(benchmark.Benchmark): |