Skip to content

Commit 70e9af9

Browse files
committed
make ruff happy
1 parent a296712 commit 70e9af9

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 clip_boxes(xyxy: np.ndarray, resolution_wh: tuple[int, int]) -> np.ndarray:
1414
xyxy (np.ndarray): A numpy array of shape `(N, 4)` where each
1515
row corresponds to a bounding box in
1616
the format `(x_min, y_min, x_max, y_max)`.
17-
resolution_wh (Tuple[int, int]): A tuple of the form `(width, height)`
18-
representing the resolution of the frame.
17+
resolution_wh (Tuple[int, int]): A tuple of the form
18+
`(width, height)` representing the resolution of the frame.
1919
2020
Returns:
2121
np.ndarray: A numpy array of shape `(N, 4)` where each row

0 commit comments

Comments
 (0)