Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Sep 5, 2024
1 parent 78953eb commit 18b096b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/utils/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import cv2
import numpy as np
from decord import VideoReader
from decord import VideoReader # type: ignore

_LOGGER = logging.getLogger(__name__)
# The maximum length of the clip to extract frames from, in seconds
Expand Down

0 comments on commit 18b096b

Please sign in to comment.