We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053f9c6 commit bf7ad9dCopy full SHA for bf7ad9d
1 file changed
Adabot_RP2040_Prop-Maker_Feather/code.py
@@ -46,7 +46,6 @@
46
mixer.voice[0].level = 1
47
track_number = 0
48
wav_filename = wavs[track_number]
49
-# pylint: disable=consider-using-with
50
wav_file = open(wav_filename, "rb")
51
wave = audiocore.WaveFile(wav_file)
52
audio.play(mixer)
0 commit comments