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

Unified Diff: tools/telemetry/telemetry/web_perf/metrics/rendering_frame_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/rendering_frame_unittest.py
diff --git a/tools/telemetry/telemetry/web_perf/metrics/rendering_frame_unittest.py b/tools/telemetry/telemetry/web_perf/metrics/rendering_frame_unittest.py
index 2ee9e73cb58278bcf5b38d7dc9d4239210ba3926..95f6d93bdcec588f027006afadc67a851b2c8e4f 100644
--- a/tools/telemetry/telemetry/web_perf/metrics/rendering_frame_unittest.py
+++ b/tools/telemetry/telemetry/web_perf/metrics/rendering_frame_unittest.py
@@ -5,8 +5,8 @@
import unittest
import telemetry.timeline.bounds as timeline_bounds
-import telemetry.timeline.slice as tracing_slice
from telemetry.timeline import model
+import telemetry.timeline.slice as tracing_slice
from telemetry.web_perf.metrics. \
rendering_frame import GetFrameEventsInsideRange
from telemetry.web_perf.metrics.rendering_frame import MissingData

Powered by Google App Engine
This is Rietveld 408576698