Skip to content

Commit 3041731

Browse files
Fix(?) pylint disparity
1 parent 1c7e81d commit 3041731

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Talking_D20/CircuitPython/code.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115
# FUNCTIONS ----------------------------------------------------------------
116116

117117

118-
# pylint: disable=consider-using-with # (non-blocking doesn't like 'with')
119118
def play(index, block=True):
120119
"""Play one WAV file from the WAV_FILES table. Pass in table index (0-n)
121120
and optional 'block' flag (if True, function blocks until audio is

0 commit comments

Comments
 (0)