mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fix docstring type definition
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
7106ff0441
commit
7c16023409
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ class IntegrateInputLinksAYON(pyblish.api.ContextPlugin):
|
|||
workfile_instance (pyblish.plugin.Instance): published workfile
|
||||
other_instances (list[pyblish.plugin.Instance]): other published
|
||||
instances
|
||||
new_links_by_type (dict[str, list[str]): dictionary collecting new
|
||||
new_links_by_type (dict[str, list[str]]): dictionary collecting new
|
||||
created links by its type
|
||||
"""
|
||||
if workfile_instance is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue