From b8e1612511664ea28bcedf4da373030bbb4c4c4a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 07:54:25 +0000 Subject: [PATCH] =?UTF-8?q?fix(pre=5Fcommit):=20=F0=9F=8E=A8=20auto=20form?= =?UTF-8?q?at=20pre-commit=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervision/annotators/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervision/annotators/core.py b/supervision/annotators/core.py index cedffe22..f37a6ff1 100644 --- a/supervision/annotators/core.py +++ b/supervision/annotators/core.py @@ -1067,7 +1067,7 @@ class LabelAnnotator(BaseAnnotator): labels (Optional[List[str]]): Custom labels for each detection. custom_color_lookup (Optional[np.ndarray]): Custom color lookup array. Allows to override the default color mapping strategy. - + Returns: The annotated image, matching the type of `scene` (`numpy.ndarray` or `PIL.Image.Image`)