Browse Source

pylint

pull/127/head
Oliverpool 9 years ago
parent
commit
788c695327
  1. 1
      patacrep/songs/chordpro/ast.py

1
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

Loading…
Cancel
Save