Skip to content

Commit

Permalink
Remove unused math library and appease style checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Jun 14, 2022
1 parent ffe4f09 commit 3b6e8a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pychord/quality.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import copy
import math
from collections import OrderedDict
from typing import Tuple, List

Expand Down
1 change: 1 addition & 0 deletions test/test_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,6 @@ def test_fifth_order_inversion(self):
com = c.components_with_pitch(root_pitch=4)
self.assertEqual(com, ['E6', 'G6', 'B6', 'D7', 'F7', 'G#7'])


if __name__ == '__main__':
unittest.main()

0 comments on commit 3b6e8a6

Please sign in to comment.