From 788c69532756a1762a9122e575e43ae4648d8b02 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Thu, 22 Oct 2015 09:42:57 +0200 Subject: [PATCH] pylint --- 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 60a2adc8..9723ab8d 100644 --- a/patacrep/songs/chordpro/ast.py +++ b/patacrep/songs/chordpro/ast.py @@ -335,6 +335,7 @@ class Define(Directive): """ def __init__(self, key, basefret, frets, fingers, is_special): + # pylint: disable=too-many-arguments self.key = key self.basefret = basefret # Can be None self.frets = frets