Skip to content

Commit 8b90b17

Browse files
committed
lint issue
1 parent 985e995 commit 8b90b17

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
@@ -6,7 +6,7 @@
66
import requests
77
import yaml
88
from PIL import Image
9-
import pillow_heif
9+
import pillow_heif # type: ignore[import-untyped]
1010

1111
pillow_heif.register_heif_opener(thumbnails=False) # Register for HEIF/HEIC
1212
pillow_heif.register_avif_opener() # Register for AVIF

0 commit comments

Comments
 (0)