Skip to content

Commit

Permalink
#236 - Long output when printing type
Browse files Browse the repository at this point in the history
- Remove __str__ for feature
  • Loading branch information
jcklie committed Nov 15, 2021
1 parent c94ca53 commit 23ab0d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cassis/typesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 23ab0d4

Please sign in to comment.