fix type hint

This commit is contained in:
Jakub Trllo 2025-10-03 17:22:32 +02:00
parent 725e0f5a11
commit f11800f1e7

View file

@ -833,7 +833,7 @@ def get_representation_path_by_names(
project_name: str,
folder_path: str,
product_name: str,
version_name: str,
version_name: Union[int, str],
representation_name: str,
anatomy: Optional[Anatomy] = None
) -> Optional[TemplateResult]: