Added return type

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2025-10-13 13:35:28 +02:00 committed by GitHub
parent c3de53ae5e
commit 1f88b90cba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]