From 13f85ae6cc49e204bdcd932fbafb824c7809690d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:05:02 +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/detection/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervision/detection/core.py b/supervision/detection/core.py index 0af7c12e..60ff07f3 100644 --- a/supervision/detection/core.py +++ b/supervision/detection/core.py @@ -399,7 +399,7 @@ class Detections: """ boxes = transformers_results.get("boxes") - # If the boxes key is in the transformers_results then we know it's an + # If the boxes key is in the transformers_results then we know it's an # object detection result. Else, we can assume it's a segmentation model if boxes: return cls(