Index: tools/telemetry/telemetry/page/actions/scroll.py |
diff --git a/tools/telemetry/telemetry/page/actions/scroll.py b/tools/telemetry/telemetry/page/actions/scroll.py |
index 48990411bd4e69bd9e80f240cf5644ad7a93f804..ab80058f9688051f86417a0d104fe61931e8368b 100644 |
--- a/tools/telemetry/telemetry/page/actions/scroll.py |
+++ b/tools/telemetry/telemetry/page/actions/scroll.py |
@@ -5,6 +5,7 @@ import os |
from telemetry.page.actions import page_action |
+ |
class ScrollAction(page_action.PageAction): |
# TODO(chrishenry): Ignore attributes, to be deleted when usage in |
# other repo is cleaned up. |