Skip to content

Commit a56d71b

Browse files
committed
pylint ignore too-many-branches
1 parent 86ad819 commit a56d71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyPortal_Winamp_Player/winamp_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class WinampApplication(displayio.Group):
2929

3030
STATE_PLAYING = 0
3131
STATE_PAUSED = 1
32-
# pylint: disable=too-many-statements
32+
# pylint: disable=too-many-statements,too-many-branches
3333
def __init__(
3434
self,
3535
playlist_file="playlist.json",

0 commit comments

Comments
 (0)