Skip to content

Commit

Permalink
Merge pull request #76 from MTG/tn-loadyaml
Browse files Browse the repository at this point in the history
load_yaml rreinstated
  • Loading branch information
thomasgnuttall authored Dec 11, 2022
2 parents 3c0c76a + 3addc94 commit b14a3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiam/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import difflib

from compiam.io import save_object
from compiam.io import save_object, load_yaml
from compiam.utils.pitch import cents_to_pitch

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

0 comments on commit b14a3dd

Please sign in to comment.