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 4, 2023
1 parent 21bf374 commit 628914d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
BoxCornerAnnotator,
BoxMaskAnnotator,
CircleAnnotator,
ColorAnnotator,
DotAnnotator,
EllipseAnnotator,
HaloAnnotator,
Expand All @@ -20,7 +21,6 @@
MaskAnnotator,
PolygonAnnotator,
TraceAnnotator,
ColorAnnotator
)
from supervision.annotators.utils import ColorLookup
from supervision.classification.core import Classifications
Expand Down

0 comments on commit 628914d

Please sign in to comment.