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

Unified Diff: tools/telemetry/telemetry/core/backends/chrome/cros_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
Index: tools/telemetry/telemetry/core/backends/chrome/cros_unittest.py
diff --git a/tools/telemetry/telemetry/core/backends/chrome/cros_unittest.py b/tools/telemetry/telemetry/core/backends/chrome/cros_unittest.py
index 93b20f33bc9062f33eb5749b919a67515ac34d78..17053f3968cddc17506549b92b4ad7beef7869fc 100644
--- a/tools/telemetry/telemetry/core/backends/chrome/cros_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/chrome/cros_unittest.py
@@ -4,10 +4,10 @@
import logging
-from telemetry import decorators
+from telemetry.core.backends.chrome import cros_test_case
from telemetry.core import exceptions
from telemetry.core import util
-from telemetry.core.backends.chrome import cros_test_case
+from telemetry import decorators
class CrOSCryptohomeTest(cros_test_case.CrOSTestCase):

Powered by Google App Engine
This is Rietveld 408576698