diff --git a/py/test/pycollect.py b/py/test/pycollect.py index c1ca54dce..c07a07fed 100644 --- a/py/test/pycollect.py +++ b/py/test/pycollect.py @@ -334,9 +334,6 @@ class Function(FunctionMixin, Item): def __ne__(self, other): return not self == other - def __repr__(self): - return ""%(self.name, id(self)) - class DoctestFile(FSCollector): def listdir(self): return [self.fspath.basename]