Added typing notation

Co-authored-by: Félix David <felixg.david@gmail.com>
This commit is contained in:
Jakub Trllo 2022-07-12 18:30:46 +02:00 committed by GitHub
parent 5e14a54d82
commit e8f30eea9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: