From fe7c6aecaab70096d753d9f457be3065466b03a4 Mon Sep 17 00:00:00 2001 From: Louis Date: Sun, 23 Aug 2015 23:20:44 +0200 Subject: [PATCH] [pylint] Removed pylint error --- patacrep/songs/chordpro/ast.py | 1 + 1 file changed, 1 insertion(+) 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