Skip to content

Commit 5247ee4

Browse files
committed
ok. hope you're happy now
1 parent 19da4b0 commit 5247ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import sys
66
import urllib
77
import warnings
8-
from roboflow.util.general import retry
98

109
import cv2
1110
import requests
@@ -14,6 +13,7 @@
1413

1514
from roboflow.config import API_URL, DEFAULT_BATCH_NAME, DEMO_KEYS
1615
from roboflow.core.version import Version
16+
from roboflow.util.general import retry
1717

1818
ACCEPTED_IMAGE_FORMATS = ["PNG", "JPEG"]
1919

0 commit comments

Comments
 (0)