fix(pre_commit): 🎨 auto format pre-commit hooks

This commit is contained in:
pre-commit-ci[bot] 2024-07-13 13:19:21 +00:00
parent c9d4f2b82e
commit 5ee8fcfea2
1 changed files with 3 additions and 2 deletions

View File

@ -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