electricalgorithm / QualityConrolMirrorProduction

Function contains unused argument PYL-W0613
Anti-pattern
Major
a year agoa year old
Unused argument 'corners_by_contour'
104
105    # @TODO: Implement this method and return the average corners.
106    def validate_corners(
107        self, corners_by_harris: list, corners_by_contour: list108    ) -> list:
109        self.debug.info("validate_corners(): Function started.")
110        self.debug.error("NOT IMPLEMENTED!")