mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
stringify not imported types
This commit is contained in:
parent
8ad408c50f
commit
06186a2ef0
1 changed files with 3 additions and 3 deletions
|
|
@ -150,13 +150,13 @@ class TemplateItem:
|
|||
anatomy: Anatomy
|
||||
template: str
|
||||
template_data: dict[str, Any]
|
||||
template_object: AnatomyTemplateItem
|
||||
template_object: "AnatomyTemplateItem"
|
||||
|
||||
def __init__(self,
|
||||
anatomy: Anatomy,
|
||||
anatomy: "Anatomy",
|
||||
template: str,
|
||||
template_data: dict[str, Any],
|
||||
template_object: AnatomyTemplateItem):
|
||||
template_object: "AnatomyTemplateItem"):
|
||||
"""Initialize TemplateItem.
|
||||
|
||||
Args:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue