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

Unified Diff: tools/telemetry/telemetry/core/backends/chrome/cros_test_case.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/core/backends/chrome/cros_test_case.py
diff --git a/tools/telemetry/telemetry/core/backends/chrome/cros_test_case.py b/tools/telemetry/telemetry/core/backends/chrome/cros_test_case.py
index 04d4f589f716514075727d4cffef8f3b3a92dfed..de07cc83e2a9aaf268698c0155bfe79bd1c1e885 100644
--- a/tools/telemetry/telemetry/core/backends/chrome/cros_test_case.py
+++ b/tools/telemetry/telemetry/core/backends/chrome/cros_test_case.py
@@ -7,8 +7,8 @@ import unittest
from telemetry.core import browser_finder
from telemetry.core import extension_to_load
-from telemetry.core import util
from telemetry.core.platform import cros_interface
+from telemetry.core import util
from telemetry.unittest_util import options_for_unittests

Powered by Google App Engine
This is Rietveld 408576698