mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Added typing notation
Co-authored-by: Félix David <felixg.david@gmail.com>
This commit is contained in:
parent
5e14a54d82
commit
e8f30eea9a
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ def create_op_asset(gazu_entity: dict) -> dict:
|
|||
}
|
||||
|
||||
|
||||
def get_kitsu_project_name(project_id: str):
|
||||
def get_kitsu_project_name(project_id: str)->str:
|
||||
"""Get project name based on project id in kitsu.
|
||||
|
||||
Args:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue