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