Skip to content

Commit

Permalink
scsynth.Options uses native repr (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephine-wolf-oberholtzer authored Feb 19, 2025
1 parent fc110de commit 08bd8aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions supriya/scsynth.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ def __post_init__(self):

### CLASS VARIABLES ###

def __repr__(self):
return uqbar.objects.get_repr(self, multiline=True, suppress_defaults=False)

def __iter__(self):
return (arg for arg in self.serialize())

Expand Down

0 comments on commit 08bd8aa

Please sign in to comment.