We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985e995 commit 8b90b17Copy full SHA for 8b90b17
roboflow/util/image_utils.py
@@ -6,7 +6,7 @@
6
import requests
7
import yaml
8
from PIL import Image
9
-import pillow_heif
+import pillow_heif # type: ignore[import-untyped]
10
11
pillow_heif.register_heif_opener(thumbnails=False) # Register for HEIF/HEIC
12
pillow_heif.register_avif_opener() # Register for AVIF
0 commit comments