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:
Jakub Trllo 2025-03-13 11:05:20 +01:00 committed by GitHub
commit d98dcb6242
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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