electricalgorithm / QualityConrolMirrorProduction

Unassigned string statement PYL-W0105
Anti-pattern
Minor
a year agoa year old
String statement has no effect
128        self.debug.info("order_corners(): Function ended.")
129        return sorted_coordinates_by_location
130
131    """132    #################################################
133                IMAGE PROCESSING METHODS
134    #################################################
String statement has no effect
 72        """
 73        return self.end_image if self.is_algorithm_finished else None
 74
 75    """ 76    #################################################
 77                ADDITIONAL FUNCTIONS
 78    #################################################
String statement has no effect
 18        self.end_image = None
 19        self.is_algorithm_finished = False
 20
 21    """ 22    #################################################
 23                INTERFACE FOR END-USERS
 24    #################################################
String statement has no effect
 92        """
 93        return self.angles if self.is_algorithm_finished else None
 94
 95    """ 96    #################################################
 97                ADDITIONAL FUNCTIONS
 98    #################################################
String statement has no effect
193        self.debug.info("divide_the_image(): Function ended.")
194        return mini_images
195
196    """197    #################################################
198                IMAGE PROCESSING METHODS
199    #################################################