Skip to content

Commit 83c64cb

Browse files
committed
Reformat
1 parent 2b79938 commit 83c64cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/source/python/models/detection_model.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ for pred_obj in predictions.objects:
4141
bbox = [pred_obj.xmin, pred_obj.ymin, pred_obj.xmax, pred_obj.ymax]
4242
```
4343

44-
4544
```{eval-rst}
4645
.. automodule:: model_api.models.detection_model
4746
:members:

0 commit comments

Comments
 (0)