Skip to content

Commit 11601e3

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 1b8ff61 commit 11601e3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

‎docs/geometry/core.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Position
22

3-
:::supervision.geometry.core.Position
3+
:::supervision.geometry.core.Position

‎supervision/geometry/core.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class Position(Enum):
99
"""
1010
Enum representing the position of an anchor point.
1111
"""
12+
1213
CENTER = "CENTER"
1314
CENTER_LEFT = "CENTER_LEFT"
1415
CENTER_RIGHT = "CENTER_RIGHT"

0 commit comments

Comments
 (0)