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

Unified Diff: tools/telemetry/telemetry/web_perf/metrics/fast_metric_unittest.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/web_perf/metrics/fast_metric_unittest.py
diff --git a/tools/telemetry/telemetry/web_perf/metrics/fast_metric_unittest.py b/tools/telemetry/telemetry/web_perf/metrics/fast_metric_unittest.py
index 80d9ae9da16b4986c84ca6c2a5ae930c6ac4da7d..0419bec57d638804572c8e98d1cc017ca0337e02 100644
--- a/tools/telemetry/telemetry/web_perf/metrics/fast_metric_unittest.py
+++ b/tools/telemetry/telemetry/web_perf/metrics/fast_metric_unittest.py
@@ -6,11 +6,11 @@ import logging
import StringIO
import unittest
-from telemetry.web_perf.metrics import fast_metric
+from telemetry.results import page_test_results
from telemetry.timeline import model as model_module
from telemetry.timeline import async_slice
-from telemetry.results import page_test_results
from telemetry.web_perf import timeline_interaction_record as tir_module
+from telemetry.web_perf.metrics import fast_metric
class RendererThreadHelper(object):

Powered by Google App Engine
This is Rietveld 408576698