From 541846af8e03d496590addbb36ea089a143b0e65 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 19:32:24 +0000 Subject: [PATCH] style: format code with Black This commit fixes the style issues introduced in e62565d according to the output from Black. Details: None --- wyzely_detect/utils/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wyzely_detect/utils/utils.py b/wyzely_detect/utils/utils.py index 1414bbb..bf8c8f9 100644 --- a/wyzely_detect/utils/utils.py +++ b/wyzely_detect/utils/utils.py @@ -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)