ruff format

This commit is contained in:
baudneo 2025-08-01 16:18:38 -06:00
parent 1667aac581
commit 6ac2f7f91e
No known key found for this signature in database
GPG Key ID: 51445F2ED08EBC7F

View File

@ -368,4 +368,4 @@ class ArcFaceRecognizer(FaceRecognizer):
score = confidence
label = name
return label, round(score - blur_reduction, 2)
return label, round(score - blur_reduction, 2)