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

Unified Diff: tools/telemetry/telemetry/page/actions/repaint_continuously.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/repaint_continuously.py
diff --git a/tools/telemetry/telemetry/page/actions/repaint_continuously.py b/tools/telemetry/telemetry/page/actions/repaint_continuously.py
index da5c4bfdfc0645d313c1d1555fec11466d7b32f0..04be5bfab026d1e8944f966291519d4117d1a2a4 100644
--- a/tools/telemetry/telemetry/page/actions/repaint_continuously.py
+++ b/tools/telemetry/telemetry/page/actions/repaint_continuously.py
@@ -6,6 +6,7 @@ import time
from telemetry.page.actions import page_action
+
class RepaintContinuouslyAction(page_action.PageAction):
""" Continuously repaints the visible content by requesting animation frames
until self.seconds have elapsed AND at least three RAFs have been fired. Times

Powered by Google App Engine
This is Rietveld 408576698