Skip to content

Commit

Permalink
removed performednote repr method to inherit from parent class.
Browse files Browse the repository at this point in the history
  • Loading branch information
manoskary committed Sep 20, 2023
1 parent b7e2805 commit 6028327
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions partitura/performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,6 @@ def __init__(self, pnote_dict):
self._accepted_keys = ["id", "pitch", "note_on", "note_off", "velocity", "track", "channel", "sound_off"]
self.__setitem__ = self._setitem_new

def __repr__(self):
return f"PerformedNote: {self['id']}"

def __str__(self):
return f"PerformedNote: {self['id']}"

Expand Down

0 comments on commit 6028327

Please sign in to comment.