mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Updated docstring
This commit is contained in:
parent
6e095b8c18
commit
0ac277404c
1 changed files with 2 additions and 4 deletions
|
|
@ -316,10 +316,8 @@ class LoaderActionsModel:
|
|||
we want to show loaders for?
|
||||
|
||||
Returns:
|
||||
tuple(
|
||||
list[ProductLoaderPlugin],
|
||||
list[LoaderPlugin],
|
||||
): Discovered loader plugins.
|
||||
tuple[list[ProductLoaderPlugin], list[LoaderPlugin]]: Discovered
|
||||
loader plugins.
|
||||
"""
|
||||
|
||||
loaders_by_identifier_c = self._loaders_by_identifier[project_name]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue