Browse Source

[pylint] Removed pylint error

pull/79/head
Louis 9 years ago
parent
commit
fe7c6aecaa
  1. 1
      patacrep/songs/chordpro/ast.py

1
patacrep/songs/chordpro/ast.py

@ -123,6 +123,7 @@ class Chord(LineElement):
_template = "chord"
def __init__(self, key, alteration, modifier, add_note, bass):
# pylint: disable=too-many-arguments
super().__init__()
self.key = key
self.alteration = alteration

Loading…
Cancel
Save