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

Unified Diff: tools/telemetry/telemetry/timeline/inspector_importer.py

Issue 445793004: Fix import order with isort tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 4 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 d4d5dd6935c35dbcb8d0c387d752c38c124b062f..5f0e2490a75399fb1731d619cd894e68aa9a0b06 100644
--- a/tools/telemetry/telemetry/timeline/inspector_importer.py
+++ b/tools/telemetry/telemetry/timeline/inspector_importer.py
@@ -3,10 +3,11 @@
# found in the LICENSE file.
'''Imports event data obtained from the inspector's timeline.'''
+import telemetry.timeline.slice as tracing_slice
+import telemetry.timeline.thread as timeline_thread
from telemetry.timeline import importer
from telemetry.timeline import inspector_timeline_data
-import telemetry.timeline.thread as timeline_thread
-import telemetry.timeline.slice as tracing_slice
+
class InspectorTimelineImporter(importer.TimelineImporter):
def __init__(self, model, timeline_data):
« no previous file with comments | « tools/telemetry/telemetry/timeline/flow_event.py ('k') | tools/telemetry/telemetry/timeline/inspector_importer_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698