mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix typehint
This commit is contained in:
parent
b048f0aa3b
commit
43b18910ba
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ class CreateContext:
|
|||
|
||||
def get_template_data(
|
||||
self, folder_path: Optional[str], task_name: Optional[str]
|
||||
) -> dict[str, Any]:
|
||||
) -> Dict[str, Any]:
|
||||
"""Prepare template data for given context.
|
||||
|
||||
Method is using cached entities and settings to prepare template data.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue