Skip to content

Commit 565f129

Browse files
committed
even more pylint
1 parent 5efae78 commit 565f129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Fruit_Jam/Larsio_Paint_Music/sound_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030

3131
# pylint: disable=invalid-name,no-member,too-many-instance-attributes,too-many-arguments
32-
# pylint: disable=too-many-branches,too-many-statements,too-many-locals,broad-exception-caught
33-
# pylint: disable=possibly-used-before-assignment,cell-var-from-loop
32+
# pylint: disable=too-many-branches,too-many-statements,too-many-locals,broad-except
33+
# pylint: disable=cell-var-from-loop,undefined-loop-variable
3434
class SoundManager:
3535
"""Handles playback of both MIDI notes and WAV samples, and synthio for channels 3-5"""
3636

0 commit comments

Comments
 (0)