Skip to content

Commit b5f17bf

Browse files
committed
make isort happy
1 parent 6568b3d commit b5f17bf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

roboflow/models/object_detection.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import io
44
import json
55
import os
6-
import sys
76
import random
7+
import sys
88
import urllib
99
from pathlib import Path
1010

@@ -15,10 +15,7 @@
1515
import wget
1616
from PIL import Image
1717

18-
from roboflow.config import (
19-
OBJECT_DETECTION_MODEL,
20-
API_URL,
21-
)
18+
from roboflow.config import API_URL, OBJECT_DETECTION_MODEL
2219
from roboflow.util.image_utils import check_image_url
2320
from roboflow.util.prediction import PredictionGroup
2421
from roboflow.util.versions import (

0 commit comments

Comments
 (0)