mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
add return type hint
This commit is contained in:
parent
b056d974f2
commit
7313025572
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ def get_versioning_start(
|
|||
product_type: Optional[str] = None,
|
||||
product_name: Optional[str] = None,
|
||||
project_settings: Optional[dict[str, Any]] = None,
|
||||
):
|
||||
) -> int:
|
||||
"""Get anatomy versioning start"""
|
||||
if not project_settings:
|
||||
project_settings = get_project_settings(project_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue