diff --git a/server/__init__.py b/server/__init__.py index 7a1d181b1b..1b9e7717c9 100644 --- a/server/__init__.py +++ b/server/__init__.py @@ -63,15 +63,9 @@ class CoreAddon(BaseServerAddon): async def execute_action( self, - executor: "ActionExecutor", - ) -> "ExecuteResponseModel": - """Execute actions. - - Note: - Executes CLI actions defined in the - addon's client code or other addons. - - """ + executor: ActionExecutor, + ) -> ExecuteResponseModel: + """Execute webactions.""" project_name = executor.context.project_name