style: format code with Black

This commit fixes the style issues introduced in e62565d according to the output
from Black.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-02-16 19:32:24 +00:00 committed by GitHub
parent e62565dbe7
commit 541846af8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -278,10 +278,10 @@ def recognize_face(
model_name="ArcFace",
detector_backend="opencv",
)
'''
"""
Example dataframe, for reference
identity (path to image) | source_x | source_y | source_w | source_h | VGG-Face_cosine (pretty much the confidence \\_('_')_/)
'''
"""
except ValueError as e:
if (
str(e)