pylint ignore too-many-branches
This commit is contained in:
parent
86ad81968e
commit
a56d71b1a5
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class WinampApplication(displayio.Group):
|
|||
|
||||
STATE_PLAYING = 0
|
||||
STATE_PAUSED = 1
|
||||
# pylint: disable=too-many-statements
|
||||
# pylint: disable=too-many-statements,too-many-branches
|
||||
def __init__(
|
||||
self,
|
||||
playlist_file="playlist.json",
|
||||
|
|
|
|||
Loading…
Reference in a new issue