diff --git a/cassis/typesystem.py b/cassis/typesystem.py index 574e65d..73de09c 100644 --- a/cassis/typesystem.py +++ b/cassis/typesystem.py @@ -400,9 +400,6 @@ def __ne__(self, other): def __lt__(self, other): return self.name < other.name - def __str__(self): - return f"Feature(name={self.name})" - @attr.s(slots=True, hash=False, eq=True) class Type: