| 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 1bd65ebfa05f607bc0b43030a4018ce7d5b5dbc4..9c9a4a2ffb03256426b3bae153bfec850a6790db 100644
|
| --- a/tools/telemetry/telemetry/page/actions/all_page_actions.py
|
| +++ b/tools/telemetry/telemetry/page/actions/all_page_actions.py
|
| @@ -10,8 +10,6 @@ from telemetry.page.actions import page_action
|
| # pylint: disable=W0611
|
| # 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.js_collect_garbage import JsCollectGarbageAction
|
| from telemetry.page.actions.loop import LoopAction
|
| from telemetry.page.actions.media_action import MediaAction
|
| from telemetry.page.actions.pinch import PinchAction
|
|
|