Skip to content

Commit f47dc9d

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 9c3e798 commit f47dc9d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

roboflow/models/inference.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
import urllib
66
from typing import List
77
from urllib.parse import urljoin
8-
from tqdm import tqdm
98

109
import requests
1110
from PIL import Image
1211
from requests_toolbelt.multipart.encoder import MultipartEncoder
12+
from tqdm import tqdm
1313

1414
from roboflow.config import API_URL
1515
from roboflow.util.image_utils import validate_image_path
@@ -399,4 +399,3 @@ def download(self, format="pt", location="."):
399399
f.flush()
400400

401401
return
402-

roboflow/models/object_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import requests
1212
from PIL import Image
1313

14-
from roboflow.config import API_URL, OBJECT_DETECTION_MODEL, OBJECT_DETECTION_URL
14+
from roboflow.config import OBJECT_DETECTION_MODEL, OBJECT_DETECTION_URL
1515
from roboflow.models.inference import InferenceModel
1616
from roboflow.util.image_utils import check_image_url
1717
from roboflow.util.prediction import PredictionGroup

0 commit comments

Comments
 (0)