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

Unified Diff: tools/telemetry/telemetry/timeline/counter.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/counter.py
diff --git a/tools/telemetry/telemetry/timeline/counter.py b/tools/telemetry/telemetry/timeline/counter.py
index 69daea9154336eba9a060d4aa51ab5f95ec8c22c..3acf077a68c88e7015aa0de1850d719acb91bcfe 100644
--- a/tools/telemetry/telemetry/timeline/counter.py
+++ b/tools/telemetry/telemetry/timeline/counter.py
@@ -4,6 +4,7 @@
import telemetry.timeline.event_container as event_container
+
# Doesn't inherit from TimelineEvent because its only a temporary wrapper of a
# counter sample into an event. During stable operation, the samples are stored
# a dense array of values rather than in the long-form done by an Event.
« no previous file with comments | « tools/telemetry/telemetry/timeline/async_slice.py ('k') | tools/telemetry/telemetry/timeline/empty_timeline_data_importer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698