fix(pre_commit): 🎨 auto format pre-commit hooks

This commit is contained in:
pre-commit-ci[bot] 2023-10-06 18:54:40 +00:00
parent bed28e3db4
commit 669c0658fe
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ class BoxMaskAnnotator(BaseAnnotator):
"""
A class for drawing box masks on an image using provided detections.
"""
def __init__(
self,
color: Union[Color, ColorPalette] = ColorPalette.default(),