Skip to content

Commit

Permalink
fixing test/test_analyzer.py:114:1
Browse files Browse the repository at this point in the history
W293 blank line contains whitespace
  • Loading branch information
Moustov authored Jan 16, 2023
1 parent 76d6181 commit 08ab003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_m7b5(self):
def test_m7dim5(self):
chords = find_chords_from_notes(["F#", "A", "C", "E"])
self.assertEqual(chords, [Chord("F#m7-5"), Chord("Am6/F#"), Chord("C6b5/F#")])

def test_add4(self):
chords = find_chords_from_notes(["C", "E", "F", "G"])
self.assertEqual(chords, [Chord("Cadd4")])
Expand Down

0 comments on commit 08ab003

Please sign in to comment.