mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Removed unused argument
This commit is contained in:
parent
4ae7ab28ab
commit
cf4f9cfea6
1 changed files with 0 additions and 2 deletions
|
|
@ -572,7 +572,6 @@ def switch_container(
|
|||
container,
|
||||
representation,
|
||||
loader_plugin=None,
|
||||
hooks_by_identifier=None
|
||||
):
|
||||
"""Switch a container to representation
|
||||
|
||||
|
|
@ -580,7 +579,6 @@ def switch_container(
|
|||
container (dict): container information
|
||||
representation (dict): representation entity
|
||||
loader_plugin (LoaderPlugin)
|
||||
hooks_by_identifier (dict): {"pre": [PreHookPlugin1], "post":[]}
|
||||
|
||||
Returns:
|
||||
return from function call
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue