From 24debfe377660dd08affc144ce81da352f4189dc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:34:49 +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/tools/inference_slicer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervision/detection/tools/inference_slicer.py b/supervision/detection/tools/inference_slicer.py index 941922ab..d5cbf31f 100644 --- a/supervision/detection/tools/inference_slicer.py +++ b/supervision/detection/tools/inference_slicer.py @@ -157,7 +157,7 @@ class InferenceSlicer: resolution_wh=resolution_wh, slice_wh=self.slice_wh, overlap_ratio_wh=self.overlap_ratio_wh, - overlap_wh=self.overlap_wh + overlap_wh=self.overlap_wh, ) with ThreadPoolExecutor(max_workers=self.thread_workers) as executor: