Skip to content

Commit

Permalink
🔥 Remove type ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Nov 11, 2023
1 parent 7627889 commit abfdb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funcchain/utils/image_helpers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from base64 import b64encode
from io import BytesIO

from PIL import Image # type: ignore
from PIL import Image


def image_to_base64_url(image: Image.Image) -> str:
Expand Down

0 comments on commit abfdb0c

Please sign in to comment.