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

Unified Diff: tools/telemetry/telemetry/core/android_app_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/telemetry/telemetry/core/_bitmap.py ('k') | tools/telemetry/telemetry/core/android_process.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/android_app_unittest.py
diff --git a/tools/telemetry/telemetry/core/android_app_unittest.py b/tools/telemetry/telemetry/core/android_app_unittest.py
index 25d7aa269901e2ae93bec09dc5cdf7029f7bc2ac..91a5a0d18312f9df51942401869ce95d5cc33bd8 100644
--- a/tools/telemetry/telemetry/core/android_app_unittest.py
+++ b/tools/telemetry/telemetry/core/android_app_unittest.py
@@ -8,8 +8,8 @@ import unittest
from pylib.device import intent
from telemetry.core import android_app
-from telemetry.core import platform as platform_module
from telemetry.core.backends import android_app_backend
+from telemetry.core import platform as platform_module
from telemetry.core.platform import android_device
from telemetry.unittest_util import options_for_unittests
« no previous file with comments | « tools/telemetry/telemetry/core/_bitmap.py ('k') | tools/telemetry/telemetry/core/android_process.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698