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 Jan 23, 2024
1 parent d69cddc commit 05a1dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervision/detection/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ def validate_detections_fields(
) -> None:
validate_xyxy(xyxy)
n = len(xyxy)
validate_xyxyxyxy(xyxyxyxy,n)
validate_xyxyxyxy(xyxyxyxy, n)
validate_mask(mask, n)
validate_class_id(class_id, n)
validate_confidence(confidence, n)
Expand Down

0 comments on commit 05a1dc0

Please # to comment.