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

Unified Diff: tools/telemetry/telemetry/page/actions/action_runner.py

Issue 445793004: Fix import order with isort tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/page/actions/action_runner.py
diff --git a/tools/telemetry/telemetry/page/actions/action_runner.py b/tools/telemetry/telemetry/page/actions/action_runner.py
index 1bd11d3514268b767343445afc517d36315fbd24..3e66ffc4545b809bdfb2fb8ef5f49fd2d641ef0f 100644
--- a/tools/telemetry/telemetry/page/actions/action_runner.py
+++ b/tools/telemetry/telemetry/page/actions/action_runner.py
@@ -9,8 +9,8 @@ from telemetry.page.actions.loop import LoopAction
from telemetry.page.actions.navigate import NavigateAction
from telemetry.page.actions.pinch import PinchAction
from telemetry.page.actions.play import PlayAction
-from telemetry.page.actions.repaint_continuously import (
- RepaintContinuouslyAction)
+from telemetry.page.actions. \
+ repaint_continuously import RepaintContinuouslyAction
chrishenry 2014/08/07 23:13:37 Let's just put this in 1 line.
nednguyen 2014/08/08 01:13:27 This will block the CQ.
from telemetry.page.actions.scroll import ScrollAction
from telemetry.page.actions.scroll_bounce import ScrollBounceAction
from telemetry.page.actions.seek import SeekAction

Powered by Google App Engine
This is Rietveld 408576698