From c5ba4a73963176231999d4ef3f5e26d6a50356ba Mon Sep 17 00:00:00 2001 From: galthran-wq Date: Sun, 23 Feb 2025 14:29:31 +0000 Subject: [PATCH] lint --- deepface/models/Detector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepface/models/Detector.py b/deepface/models/Detector.py index e369c9d..2fe93fc 100644 --- a/deepface/models/Detector.py +++ b/deepface/models/Detector.py @@ -4,6 +4,7 @@ from dataclasses import dataclass import numpy as np +# pylint: disable=unnecessary-pass, too-few-public-methods, too-many-instance-attributes @dataclass class FacialAreaRegion: """ @@ -52,7 +53,6 @@ class DetectedFace: # Notice that all facial detector models must be inherited from this class -# pylint: disable=unnecessary-pass, too-few-public-methods, too-many-instance-attributes class Detector(ABC): def detect_faces(