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

Unified Diff: tools/perf/profile_creators/history_profile_extender_unittest.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
« no previous file with comments | « tools/perf/profile_creators/history_profile_extender.py ('k') | tools/telemetry/examples/measure_trace.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/profile_creators/history_profile_extender_unittest.py
diff --git a/tools/perf/profile_creators/history_profile_extender_unittest.py b/tools/perf/profile_creators/history_profile_extender_unittest.py
index 4f9cc867d15c1edf9348ae914778d10439e9d9c0..c0b0b0f05b4a9fb4ed673cf335441ee824d5d572 100644
--- a/tools/perf/profile_creators/history_profile_extender_unittest.py
+++ b/tools/perf/profile_creators/history_profile_extender_unittest.py
@@ -7,8 +7,8 @@ import tempfile
import unittest
from profile_creators.history_profile_extender import HistoryProfileExtender
-from telemetry import decorators
from telemetry.core import util
+from telemetry import decorators
from telemetry.unittest_util import options_for_unittests
util.AddDirToPythonPath(util.GetTelemetryDir(), 'third_party', 'mock')
« no previous file with comments | « tools/perf/profile_creators/history_profile_extender.py ('k') | tools/telemetry/examples/measure_trace.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698