Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
kj-9 committed Feb 12, 2024
1 parent e9f8d9d commit 750896f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocrvid/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def frame_generator(self, frame_step: int):

index += 1

def get_props(self) -> dict[str, t.Optional[float]]:
def get_props(self) -> t.Dict[str, t.Optional[float]]:
"""
Retrieve the properties of the video file.
Expand Down

0 comments on commit 750896f

Please sign in to comment.