Skip to content

Commit

Permalink
solving pylint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamust committed Jan 20, 2023
1 parent 7b2b2c5 commit 6dd556b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harte/harte.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, chord: str, **keywords):
super().__init__(self._all_degrees)
return

elif "root" in parsed_chord:
if "root" in parsed_chord:
# chord is not empty
# retrieve information from the parsed chord
self._root = parsed_chord['root']
Expand Down

0 comments on commit 6dd556b

Please sign in to comment.