From c4b4b4a7366d72b79840966097a6aa74c3b904ae Mon Sep 17 00:00:00 2001 From: galthran-wq Date: Mon, 17 Feb 2025 12:28:44 +0000 Subject: [PATCH] lint --- deepface/models/face_detection/MtCnn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepface/models/face_detection/MtCnn.py b/deepface/models/face_detection/MtCnn.py index b3bb306..be3a51f 100644 --- a/deepface/models/face_detection/MtCnn.py +++ b/deepface/models/face_detection/MtCnn.py @@ -79,7 +79,7 @@ class MtCnnClient(Detector): if len(resp) == 1: return resp[0] return resp - + def _supports_batch_detection(self) -> bool: import mtcnn try: