From 5ee8fcfea287b234310a90bc955eeab0fce7ff6e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 13:19:21 +0000 Subject: [PATCH] =?UTF-8?q?fix(pre=5Fcommit):=20=F0=9F=8E=A8=20auto=20form?= =?UTF-8?q?at=20pre-commit=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervision/detection/utils.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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