Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Sep 5, 2024
1 parent bac5299 commit e643158
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vision_agent/utils/image_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import base64
import io
import tempfile
from importlib import resources
from io import BytesIO
from pathlib import Path
Expand All @@ -12,7 +11,7 @@
from PIL import Image, ImageDraw, ImageFont
from PIL.Image import Image as ImageType

from vision_agent.utils import extract_frames_from_video, video_writer
from vision_agent.utils import extract_frames_from_video

COLORS = [
(158, 218, 229),
Expand Down

0 comments on commit e643158

Please sign in to comment.