Skip to content

Commit 5cad1fb

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 79a95be commit 5cad1fb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/util/test_image_utils.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
import os
2+
import tempfile
13
import unittest
24

35
import responses
46

5-
from roboflow.util.image_utils import check_image_path, check_image_url
6-
from roboflow.util.image_utils import load_labelmap
7-
import tempfile
8-
import os
7+
from roboflow.util.image_utils import check_image_path, check_image_url, load_labelmap
98

109

1110
class TestCheckImagePath(unittest.TestCase):

0 commit comments

Comments
 (0)