Skip to content

Commit 881c9f4

Browse files
committed
Import check fix
1 parent c7e5f44 commit 881c9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervision/video/backend/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def frames(
5454
start: int = 0,
5555
end: int = None,
5656
stride: int = 1,
57-
resolution_wh: tuple[int, int] | None = None,
57+
resolution_wh: tuple[int, int] = None,
5858
):
5959
pass
6060

0 commit comments

Comments
 (0)