diff --git a/go/lint.py b/go/lint.py index 815729d..4040f08 100644 --- a/go/lint.py +++ b/go/lint.py @@ -96,17 +96,6 @@ def args(self): 'msg': msg, } - def __str__(self): - return ':'.join([ - self.tool, - self.file, - str(self.line), - str(self.col), - ]) + " " + self.msg - - def __repr__(self): - return self.__str__() - @staticmethod def parse(line, filepath, tool): """