Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
Seanitzel committed Sep 10, 2021
1 parent 727287e commit 380182c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utilities/PureMusicUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ import {
} from '../Constants.js';
import { firstToUpper, isNumberAsString, mapString, occurrencesInString } from './GeneralFunctions.js';
import {
NoteAsObject, PitchClass, PitchClassLetter, Accidental, PurePitchClass, PureNote, PureSharpPitchClass,
NoteAsObject, PitchClass, PitchClassLetter, Accidental, PurePitchClass, PureNote, Note, PureSharpPitchClass,
PureFlatPitchClass, Octave,
} from '../types';
import { Note } from 'index.js';

/**
* Calculate the pure interval between 2 pitch classes.
Expand Down

0 comments on commit 380182c

Please sign in to comment.