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

Unified Diff: tools/telemetry/telemetry/image_processing/screen_finder_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/video_unittest.py ('k') | tools/telemetry/telemetry/page/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/image_processing/screen_finder_unittest.py
diff --git a/tools/telemetry/telemetry/image_processing/screen_finder_unittest.py b/tools/telemetry/telemetry/image_processing/screen_finder_unittest.py
index 248aedf5280be3d4ad7c1de101a5576d53a0602b..3750079fcf622f0f55bcf5918a698577a378e118 100644
--- a/tools/telemetry/telemetry/image_processing/screen_finder_unittest.py
+++ b/tools/telemetry/telemetry/image_processing/screen_finder_unittest.py
@@ -23,9 +23,9 @@ else:
# Import modules with dependencies that may not be preset in test setup so
# that importing this unit test doesn't cause the test runner to raise an
# exception.
- from telemetry.image_processing import screen_finder
from telemetry.image_processing.io import fake_frame_generator
from telemetry.image_processing.io import video_file_frame_generator
+ from telemetry.image_processing import screen_finder
self.FakeFrameGenerator = fake_frame_generator.FakeFrameGenerator
self.VideoFileFrameGenerator = \
video_file_frame_generator.VideoFileFrameGenerator
« no previous file with comments | « tools/telemetry/telemetry/core/video_unittest.py ('k') | tools/telemetry/telemetry/page/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698