Skip to content

Commit dc108c4

Browse files
committed
fix: linter
1 parent 23543b3 commit dc108c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videodb/video.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Optional, List, Dict, Tuple
1+
from typing import Optional, Union, List, Dict, Tuple
22
from videodb._utils._video import play_stream
33
from videodb._constants import (
44
ApiPath,

0 commit comments

Comments
 (0)