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. |