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

Unified Diff: tools/telemetry/telemetry/web_perf/timeline_interaction_record.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/web_perf/timeline_interaction_record.py
diff --git a/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py b/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py
index 4b047e54d49bf6165386380dc030d965f60d0eb1..7d6ce26a9172ed2f66f7e086bf833389fba8167c 100644
--- a/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py
+++ b/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py
@@ -4,8 +4,8 @@
import re
-import telemetry.timeline.bounds as timeline_bounds
from telemetry import decorators
+import telemetry.timeline.bounds as timeline_bounds
# Allows multiple duplicate interactions of the same type
REPEATABLE = 'repeatable'

Powered by Google App Engine
This is Rietveld 408576698