sisoe24 / nukeserversocket

Function/method with an empty body PTC-W0049
Anti-pattern
Major
2 occurrences in this check
close doesn't contain any code
 48    def isListening(self) -> bool:
 49        return False
 50
 51    def close(self): ... 52
 53    def errorString(self) -> str:
 54        return 'error'
execute doesn't contain any code
 32    def output_editor(self):
 33        return self._output_editor
 34
 35    def execute(self): 36        pass
 37
 38