diff --git a/patacrep/songs/chordpro/ast.py b/patacrep/songs/chordpro/ast.py index 48345672..e9192517 100644 --- a/patacrep/songs/chordpro/ast.py +++ b/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