Skip to content

Commit

Permalink
fix(pre_commit): 🎨 auto format pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 8, 2024
1 parent 5fdb3fb commit 210c3e6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions supervision/detection/lmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,7 @@ def from_paligemma(

return xyxy, class_id, class_name, None

return (
np.empty((0, 4), dtype=float),
None,
np.array([], dtype=str),
None
)
return (np.empty((0, 4), dtype=float), None, np.array([], dtype=str), None)


def from_florence_2(
Expand Down

0 comments on commit 210c3e6

Please sign in to comment.