mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
update function type hints and docstring
This commit is contained in:
parent
1331167e13
commit
45109825af
1 changed files with 3 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue