KOSASIH / pipfs-hub

Function/method with an empty body PTC-W0049
Anti-pattern
Major
4 months ago4 months old
__init__ doesn't contain any code
 1import cv2
 2
 3class ComputerVision:
 4    def __init__(self): 5        pass
 6
 7    def detect_faces(self, image):