mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
🎛️ fix type hints
This commit is contained in:
parent
794bb716b2
commit
00e2e3c2ad
1 changed files with 2 additions and 2 deletions
|
|
@ -83,8 +83,8 @@ def get_product_name_template(
|
|||
def get_product_name(
|
||||
project_name: str,
|
||||
task_name: str,
|
||||
task_type: str,
|
||||
host_name: str,
|
||||
task_type: Optional[str],
|
||||
host_name: Optional[str],
|
||||
product_type: str,
|
||||
variant: str,
|
||||
default_template: Optional[str] = None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue