We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497005e commit 98649fbCopy full SHA for 98649fb
roboflow/util/image_utils.py
@@ -12,7 +12,7 @@
12
13
# pi-heif requires Python 3.10+
14
try:
15
- import pi_heif # type: ignore[import-untyped]
+ import pi_heif # type: ignore[import-untyped,import-not-found]
16
17
pi_heif.register_heif_opener(thumbnails=False) # Register for HEIF/HEIC
18
except ImportError:
0 commit comments