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

Unified Diff: tools/telemetry/telemetry/web_perf/metrics/mainthread_jank_stats_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
Index: tools/telemetry/telemetry/web_perf/metrics/mainthread_jank_stats_unittest.py
diff --git a/tools/telemetry/telemetry/web_perf/metrics/mainthread_jank_stats_unittest.py b/tools/telemetry/telemetry/web_perf/metrics/mainthread_jank_stats_unittest.py
index 0c1bca372586bface331a89ca807ce67a96be35b..e12d440d2adcab99cd6d2890c3b19f5837c0df62 100644
--- a/tools/telemetry/telemetry/web_perf/metrics/mainthread_jank_stats_unittest.py
+++ b/tools/telemetry/telemetry/web_perf/metrics/mainthread_jank_stats_unittest.py
@@ -4,10 +4,10 @@
import unittest
-from telemetry.timeline import model as model_module
from telemetry.timeline import async_slice
-from telemetry.web_perf import timeline_interaction_record as tir_module
+from telemetry.timeline import model as model_module
from telemetry.web_perf.metrics import mainthread_jank_stats
+from telemetry.web_perf import timeline_interaction_record as tir_module
class MainthreadJankTests(unittest.TestCase):

Powered by Google App Engine
This is Rietveld 408576698