mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Updated typin
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
c046588ea8
commit
ef0af72632
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue