From 45ac8977ff834ba32169e7f4ff6cfc97d7cf8aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9phine=20Wolf=20Oberholtzer?= Date: Sun, 16 Feb 2025 14:37:09 -0500 Subject: [PATCH] scsynth.Options uses native repr --- supriya/scsynth.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/supriya/scsynth.py b/supriya/scsynth.py index 45ffd73f4..316c52cce 100644 --- a/supriya/scsynth.py +++ b/supriya/scsynth.py @@ -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())