mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Added return type
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
c3de53ae5e
commit
1f88b90cba
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ def fill_sequence_gaps_with_previous(
|
|||
def _get_last_version_files(
|
||||
instance: pyblish.plugin.Instance,
|
||||
current_repre_name: str,
|
||||
):
|
||||
) -> tuple[Optional[dict[str, Any], Optional[list[str]]]:
|
||||
product_name = instance.data["productName"]
|
||||
project_name = instance.data["projectEntity"]["name"]
|
||||
folder_entity = instance.data["folderEntity"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue