Updated typin

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

View file

@ -168,7 +168,7 @@ def fill_sequence_gaps_with_previous(
current_repre_name: str,
start_frame: int,
end_frame: int
) -> Tuple[dict[str, Any], Optional[dict[int, str]]]:
) -> tuple[Optional[dict[str, Any]], Optional[dict[int, str]]]:
"""Tries to replace missing frames from ones from last version"""
used_version_entity, repre_file_paths = _get_last_version_files(
instance, current_repre_name