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 Dec 1, 2024
1 parent 625a646 commit d798a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervision/detection/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@ def with_nmm(
result.append(merged_detections)

return Detections.merge(result)

@classmethod
def from_gcp_vision(cls, gcp_results, size) -> Detections:
"""
Expand Down

0 comments on commit d798a65

Please sign in to comment.