Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuthbert committed Jan 3, 2023
1 parent 593804b commit b638517
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion music21/metadata/bundles.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@ def delete(self) -> None:
if self.filePath is not None:
if self.filePath.exists():
self.filePath.unlink()
return None

def difference(self, metadataBundle):
r'''
Expand Down

0 comments on commit b638517

Please sign in to comment.