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

Unified Diff: tools/telemetry/telemetry/core/tab_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/core/tab_unittest.py
diff --git a/tools/telemetry/telemetry/core/tab_unittest.py b/tools/telemetry/telemetry/core/tab_unittest.py
index 6f1389ade9be07baf89d742b5d73cf057c483cb9..c4e953ffe98d86648c24b5dd83a57f5bc016b77d 100644
--- a/tools/telemetry/telemetry/core/tab_unittest.py
+++ b/tools/telemetry/telemetry/core/tab_unittest.py
@@ -7,9 +7,9 @@ import tempfile
from telemetry import benchmark
from telemetry.core import bitmap
-from telemetry.core import video
-from telemetry.core import util
from telemetry.core import exceptions
+from telemetry.core import util
+from telemetry.core import video
from telemetry.core.platform import tracing_category_filter
from telemetry.timeline import model
from telemetry.unittest import tab_test_case
« no previous file with comments | « tools/telemetry/telemetry/core/system_info_unittest.py ('k') | tools/telemetry/telemetry/core/util_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698