🎛️ fix type hints

This commit is contained in:
Ondrej Samohel 2025-11-26 15:33:43 +01:00
parent 794bb716b2
commit 00e2e3c2ad
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -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,