mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix type hint in docstrings
This commit is contained in:
parent
64cc8ab97e
commit
5cb33b71bf
1 changed files with 1 additions and 1 deletions
|
|
@ -1165,7 +1165,7 @@ class CreatedInstance:
|
|||
Args:
|
||||
instance_data (Dict[str, Any]): Data in a structure ready for
|
||||
'CreatedInstance' object.
|
||||
creator (Creator): Creator plugin which is creating the instance
|
||||
creator (BaseCreator): Creator plugin which is creating the instance
|
||||
of for which the instance belong.
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue