Skip to content

Commit b14a3dd

Browse files
Merge pull request #76 from MTG/tn-loadyaml
load_yaml rreinstated
2 parents 3c0c76a + 3addc94 commit b14a3dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiam/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import difflib
99

10-
from compiam.io import save_object
10+
from compiam.io import save_object, load_yaml
1111
from compiam.utils.pitch import cents_to_pitch
1212

1313
WORKDIR = os.path.dirname(pathlib.Path(__file__).parent.resolve())

0 commit comments

Comments
 (0)