mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix type hint
This commit is contained in:
parent
725e0f5a11
commit
f11800f1e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue