Skip to content

Commit

Permalink
Removed rntxt refs.
Browse files Browse the repository at this point in the history
  • Loading branch information
manoskary committed Dec 3, 2024
1 parent d209908 commit 19cf164
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 277 deletions.
1 change: 0 additions & 1 deletion partitura/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from .io.exportmusicxml import save_musicxml
from .io.importmei import load_mei
from .io.importkern import load_kern
from .io.importrntxt import load_rntxt
from .io.importmusic21 import load_music21
from .io.importdcml import load_dcml
from .io.importmidi import load_score_midi, load_performance_midi, midi_to_notearray
Expand Down
1 change: 0 additions & 1 deletion partitura/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from .importmatch import load_match
from .importmei import load_mei
from .importkern import load_kern
from .importrntxt import load_rntxt
from .exportkern import save_kern
from .importparangonada import load_parangonada_csv
from .exportparangonada import save_parangonada_csv
Expand Down
236 changes: 0 additions & 236 deletions partitura/io/importrntxt.py

This file was deleted.

39 changes: 0 additions & 39 deletions tests/test_rntxt.py

This file was deleted.

0 comments on commit 19cf164

Please sign in to comment.