Index: tools/perf/benchmarks/repaint.py |
diff --git a/tools/perf/benchmarks/repaint.py b/tools/perf/benchmarks/repaint.py |
index b39a6238fc1b191cadf3632de342a0757655315a..cce589d84a4fce37a587f3f339b9051f97af1760 100644 |
--- a/tools/perf/benchmarks/repaint.py |
+++ b/tools/perf/benchmarks/repaint.py |
@@ -2,10 +2,11 @@ |
# 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 measurements import repaint as repaint_measurement |
import page_sets |
-from telemetry import benchmark |
class _Repaint(benchmark.Benchmark): |