Skip to content

Commit 9a94a1a

Browse files
author
Tyler Odenthal
committed
Make style
1 parent 62fff39 commit 9a94a1a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

roboflow/models/classification.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ def predict(self, image_path, hosted=False):
6767
raise Exception(resp.text)
6868

6969
return PredictionGroup.create_prediction_group(
70-
resp.json(), image_dims=img_dims, image_path=image_path, prediction_type=CLASSIFICATION_MODEL
70+
resp.json(),
71+
image_dims=img_dims,
72+
image_path=image_path,
73+
prediction_type=CLASSIFICATION_MODEL,
7174
)
7275

7376
def load_model(self, name, version):

0 commit comments

Comments
 (0)