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

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

Issue 445793004: Fix import order with isort tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/process.py
diff --git a/tools/telemetry/telemetry/timeline/process.py b/tools/telemetry/telemetry/timeline/process.py
index 0f0603639640c44e65a6c5a283e0430a0bae645d..dbf9212e37a48e4c58359d803ff29768a97c33e2 100644
--- a/tools/telemetry/telemetry/timeline/process.py
+++ b/tools/telemetry/telemetry/timeline/process.py
@@ -7,6 +7,7 @@ import telemetry.timeline.event as event_module
import telemetry.timeline.event_container as event_container
import telemetry.timeline.thread as tracing_thread
+
class Process(event_container.TimelineEventContainer):
''' The Process represents a single userland process in the trace.
'''

Powered by Google App Engine
This is Rietveld 408576698