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

Unified Diff: tools/telemetry/telemetry/core/_bitmap.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/_bitmap.py
diff --git a/tools/telemetry/telemetry/core/_bitmap.py b/tools/telemetry/telemetry/core/_bitmap.py
index 606bd376103b2f71cf5710928d99eba6c21857cb..89aedfca55e6b44e06cfc9eb79c9dfc5c0ab638c 100644
--- a/tools/telemetry/telemetry/core/_bitmap.py
+++ b/tools/telemetry/telemetry/core/_bitmap.py
@@ -13,8 +13,8 @@ import cStringIO
import struct
import subprocess
-from telemetry.core import util
from telemetry.core import platform
+from telemetry.core import util
from telemetry.image_processing import histogram
from telemetry.image_processing import rgba_color
from telemetry.util import support_binaries
« no previous file with comments | « tools/telemetry/telemetry/benchmark_unittest.py ('k') | tools/telemetry/telemetry/core/android_app_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698