Fix docstring type definition

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Petr Kalis 2024-09-24 14:49:20 +02:00 committed by GitHub
parent 7106ff0441
commit 7c16023409
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: