Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvonplaten committed Sep 22, 2024
1 parent 7608203 commit 8f31cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mistral_common/tokens/tokenizers/multimodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from io import BytesIO
from typing import Tuple, Union

from PIL import Image
import numpy as np
from PIL import Image

from mistral_common.multimodal import SerializableImage, download_image
from mistral_common.protocol.instruct.messages import ImageChunk, ImageURLChunk
Expand Down

0 comments on commit 8f31cbe

Please sign in to comment.