Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
bctcvai committed Aug 28, 2024
1 parent 69be3e2 commit b1cbbec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/main/_import_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
pass

from PIL import Image, ImageOps
from PIL.ExifTags import TAGS
import pillow_avif # add AVIF support to pillow
from pillow_heif import register_heif_opener

Expand Down

0 comments on commit b1cbbec

Please sign in to comment.