Skip to content

Commit 316cb62

Browse files
committed
make ruff happy
1 parent 38f8912 commit 316cb62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

supervision/detection/utils/boxes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def box_aspect_ratio(xyxy: np.ndarray) -> np.ndarray:
1414
for boxes with zero height to avoid division errors.
1515
1616
Args:
17-
xyxy (`numpy.ndarray`): Array of bounding boxes in `(x_min, y_min, x_max, y_max)`
18-
format with shape `(N, 4)`.
17+
xyxy (`numpy.ndarray`): Array of bounding boxes in
18+
`(x_min, y_min, x_max, y_max)` format with shape `(N, 4)`.
1919
2020
Returns:
2121
`numpy.ndarray`: Array of aspect ratios with shape `(N,)`, where each element is

0 commit comments

Comments
 (0)