fix typehint

This commit is contained in:
Jakub Trllo 2025-01-08 14:23:05 +01:00
parent 96a42b7a6a
commit 05ca2d42cd

View file

@ -40,8 +40,8 @@ class StagingDir:
def get_staging_dir_config(
project_name: str,
task_type: Optional[str, None],
task_name: Optional[str, None],
task_type: Optional[str],
task_name: Optional[str],
product_type: str,
product_name: str,
host_name: str,