mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge pull request #1187 from BigRoy/enhancement/loader_plugin_remove_invalid_docstring
LoaderPlugin: Update docstring (takes no arguments on initialization) - cosmetics
This commit is contained in:
commit
d98dcb6242
1 changed files with 1 additions and 9 deletions
|
|
@ -13,15 +13,7 @@ from .utils import get_representation_path_from_context
|
|||
|
||||
|
||||
class LoaderPlugin(list):
|
||||
"""Load representation into host application
|
||||
|
||||
Arguments:
|
||||
context (dict): avalon-core:context-1.0
|
||||
|
||||
.. versionadded:: 4.0
|
||||
This class was introduced
|
||||
|
||||
"""
|
||||
"""Load representation into host application"""
|
||||
|
||||
product_types = set()
|
||||
representations = set()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue