diff --git a/supervision/detection/utils.py b/supervision/detection/utils.py index 1d984ceb..dc66023a 100644 --- a/supervision/detection/utils.py +++ b/supervision/detection/utils.py @@ -596,8 +596,9 @@ def move_boxes( return xyxy + np.hstack([offset, offset]) -def move_obb_boxes(xyss: npt.NDArray[np.float64], offset: npt.NDArray[np.int32] - ) -> npt.NDArray[np.float64]: +def move_obb_boxes( + xyss: npt.NDArray[np.float64], offset: npt.NDArray[np.int32] +) -> npt.NDArray[np.float64]: """ Parameters: xyxyxyxy (npt.NDArray[np.float64]): An array of shape `(n, 4, 2)` containing the