Skip to content

Commit a8cc5a6

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent de40561 commit a8cc5a6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

β€Ždocs/detection/annotate.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
## BoxCornerAnnotator
1414

15-
:::supervision.annotators.core.BoxCornerAnnotator
15+
:::supervision.annotators.core.BoxCornerAnnotator

β€Žsupervision/annotators/core.pyβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ class BoxCornerAnnotator(BaseAnnotator):
236236
"""
237237
A class for drawing box corners on an image using provided detections.
238238
"""
239+
239240
def __init__(
240241
self,
241242
color: Union[Color, ColorPalette] = ColorPalette.default(),

0 commit comments

Comments
Β (0)