[go: nahoru, domu]

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 Jun 27, 2024
1 parent e421af4 commit 552c8db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions supervision/annotators/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2088,9 +2088,7 @@ def annotate(
(x1, y1), (x2, y2) = self.calculate_crop_coordinates(
anchor=anchor, crop_wh=crop_wh, position=self.position
)
scene = overlay_image(
image=scene, overlay=resized_crop, anchor=(x1, y1)
)
scene = overlay_image(image=scene, overlay=resized_crop, anchor=(x1, y1))
color = resolve_color(
color=self.border_color,
detections=detections,
Expand Down

0 comments on commit 552c8db

Please sign in to comment.