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 Mar 25, 2024
1 parent b585bb0 commit 90f6893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervision/annotators/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ def draw_rounded_rectangle(
pt1=coordinates[0],
pt2=coordinates[1],
color=color,
thickness=-1
thickness=-1,
)
for center in circle_centers:
cv2.circle(
Expand Down

0 comments on commit 90f6893

Please sign in to comment.