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

Unified Diff: tools/telemetry/telemetry/timeline/inspector_importer.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/timeline/inspector_importer.py
diff --git a/tools/telemetry/telemetry/timeline/inspector_importer.py b/tools/telemetry/telemetry/timeline/inspector_importer.py
index e99694271b2d8764f24075b4bf8a1438db09a9a2..92704ca55c28dcf8332de4189b591cc95360f4b7 100644
--- a/tools/telemetry/telemetry/timeline/inspector_importer.py
+++ b/tools/telemetry/telemetry/timeline/inspector_importer.py
@@ -3,9 +3,9 @@
# found in the LICENSE file.
'''Imports event data obtained from the inspector's timeline.'''
+from telemetry.timeline import importer
import telemetry.timeline.slice as tracing_slice
import telemetry.timeline.thread as timeline_thread
-from telemetry.timeline import importer
from telemetry.timeline import trace_data as trace_data_module
« no previous file with comments | « tools/telemetry/telemetry/results/user_story_run_unittest.py ('k') | tools/telemetry/telemetry/timeline/model.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698