Skip to content

Commit 722118a

Browse files
committed
lint
1 parent a72f7ea commit 722118a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

roboflow/util/image_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1+
# Standard library imports
12
import base64
23
import io
34
import os
45
import urllib
56

7+
# Third-party imports
8+
import pillow_heif # type: ignore[import-untyped]
69
import requests
710
import yaml
811
from PIL import Image
9-
import pillow_heif # type: ignore[import-untyped]
1012

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

0 commit comments

Comments
 (0)