Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Unified Diff: tools/perf/measurements/page_cycler_unittest.py

Issue 1029263003: [telemetry] Sort imports in Telemetry and its dependents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ensure we're up to date. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/measurements/page_cycler.py ('k') | tools/perf/measurements/power.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/page_cycler_unittest.py
diff --git a/tools/perf/measurements/page_cycler_unittest.py b/tools/perf/measurements/page_cycler_unittest.py
index 478bb6b2097c027d5500cdfc7727a21e11526e4b..c6ce6363ade6dda1984c08c569d5287772af3bee 100644
--- a/tools/perf/measurements/page_cycler_unittest.py
+++ b/tools/perf/measurements/page_cycler_unittest.py
@@ -5,13 +5,13 @@
import sys
import unittest
-from metrics import keychain_metric
from telemetry.core import browser_options
from telemetry.results import page_test_results
from telemetry.unittest_util import simple_mock
from telemetry.user_story import user_story_runner
from measurements import page_cycler
+from metrics import keychain_metric
# Allow testing protected members in the unit test.
« no previous file with comments | « tools/perf/measurements/page_cycler.py ('k') | tools/perf/measurements/power.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698