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)