fix(pre_commit): 🎨 auto format pre-commit hooks
This commit is contained in:
parent
bed28e3db4
commit
669c0658fe
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue