Skip to content

Commit

Permalink
Fix typo in type
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Aug 9, 2024
1 parent 25d27b3 commit 6476c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vspreview/main/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ def update_statusbar_output_info(self, output: VideoOutput | None = None) -> Non

self.statusbar.fps_label.setText(f'VFR {output.fps_num}/{output.fps_den} fps ')

def set_temporary_scenes(self, scenes: SceningList) -> None:
def set_temporary_scenes(self, scenes: list[SceningList]) -> None:
self.temporary_scenes = scenes

def update_timecodes_info(
Expand Down

0 comments on commit 6476c5c

Please sign in to comment.