From 43b18910bac326c00d0784b764641398738aca6b Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:51:08 +0100 Subject: [PATCH] fix typehint --- client/ayon_core/pipeline/create/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/pipeline/create/context.py b/client/ayon_core/pipeline/create/context.py index 36a05725a6..c169df67df 100644 --- a/client/ayon_core/pipeline/create/context.py +++ b/client/ayon_core/pipeline/create/context.py @@ -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.