ColinRobbins / scm-helper

Empty block of code found PTC-W0047
Anti-pattern
Major
1 occurrence in this check
Body doesn't contain any code
 67        for xlist in self.newlists:
 68            xlist.generate_data(self._suffix)
 69
 70            if xlist.upload() is None: 71                pass  # not sure what to do, just carry on!
 72
 73    def delete(self):