Skip to content

Commit 6dd556b

Browse files
committed
solving pylint problems
1 parent 7b2b2c5 commit 6dd556b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harte/harte.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(self, chord: str, **keywords):
4444
super().__init__(self._all_degrees)
4545
return
4646

47-
elif "root" in parsed_chord:
47+
if "root" in parsed_chord:
4848
# chord is not empty
4949
# retrieve information from the parsed chord
5050
self._root = parsed_chord['root']

0 commit comments

Comments
 (0)