update function type hints and docstring

This commit is contained in:
MustafaJafar 2025-03-19 12:14:56 +02:00
parent 1331167e13
commit 45109825af

View file

@ -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