| Index: tools/telemetry/telemetry/page/actions/all_page_actions.py
|
| diff --git a/tools/telemetry/telemetry/page/actions/all_page_actions.py b/tools/telemetry/telemetry/page/actions/all_page_actions.py
|
| index 695e769d6b9ab24c608415c139219b4b880c5faa..c38ac334c91828896215eba7f07b16a7f6c24c3b 100644
|
| --- a/tools/telemetry/telemetry/page/actions/all_page_actions.py
|
| +++ b/tools/telemetry/telemetry/page/actions/all_page_actions.py
|
| @@ -11,7 +11,6 @@ from telemetry.page.actions import page_action
|
| # TODO(nednguyen): Remove all of these imports when we done porting all actions
|
| # to action_runner
|
| from telemetry.page.actions.interact import InteractAction
|
| -from telemetry.page.actions.javascript_click import ClickElementAction
|
| from telemetry.page.actions.js_collect_garbage import JsCollectGarbageAction
|
| from telemetry.page.actions.loop import LoopAction
|
| from telemetry.page.actions.media_action import MediaAction
|
|
|