mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
return type in docstring
This commit is contained in:
parent
56fa213886
commit
3945655f21
1 changed files with 6 additions and 1 deletions
|
|
@ -186,7 +186,12 @@ class IPluginPaths(AYONInterface):
|
|||
return self._get_plugin_paths_by_type("inventory")
|
||||
|
||||
def get_loader_action_plugin_paths(self) -> list[str]:
|
||||
"""Receive loader action plugin paths."""
|
||||
"""Receive loader action plugin paths.
|
||||
|
||||
Returns:
|
||||
list[str]: Paths to loader action plugins.
|
||||
|
||||
"""
|
||||
return []
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue