Skip to content

Commit 98649fb

Browse files
committed
pi_heif python 3.9 fix
1 parent 497005e commit 98649fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/util/image_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# pi-heif requires Python 3.10+
1414
try:
15-
import pi_heif # type: ignore[import-untyped]
15+
import pi_heif # type: ignore[import-untyped,import-not-found]
1616

1717
pi_heif.register_heif_opener(thumbnails=False) # Register for HEIF/HEIC
1818
except ImportError:

0 commit comments

Comments
 (0)