From f5d4a4bb6d4ed563addcc666cef4d8487b72f6e3 Mon Sep 17 00:00:00 2001 From: baudneo <86508179+baudneo@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:18:38 -0600 Subject: [PATCH] ruff format --- frigate/data_processing/common/face/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/data_processing/common/face/model.py b/frigate/data_processing/common/face/model.py index 29253c205..0897f53d5 100644 --- a/frigate/data_processing/common/face/model.py +++ b/frigate/data_processing/common/face/model.py @@ -370,4 +370,4 @@ class ArcFaceRecognizer(FaceRecognizer): score = confidence label = name - return label, round(score - blur_reduction, 2) \ No newline at end of file + return label, round(score - blur_reduction, 2)