mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
added return type hint
This commit is contained in:
parent
84e88f0cf3
commit
71dc4ca706
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ def should_use_last_workfile_on_launch(
|
|||
task_type: str,
|
||||
default_output: bool = False,
|
||||
project_settings: Optional[dict[str, Any]] = None,
|
||||
):
|
||||
) -> bool:
|
||||
"""Define if host should start last version workfile if possible.
|
||||
|
||||
Default output is `False`. Can be overridden with environment variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue