Skip to content

Commit 02b4b2b

Browse files
authored
Merge pull request #46 from adafruit/not-using-with
disable a pylint diagnostic
2 parents 0e3fd0c + 9a63cba commit 02b4b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/esp_atcontrol_countviewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
if PLAY_SOUND_ON_CHANGE:
9999
import audioio
100100

101-
wave_file = open("coin.wav", "rb")
101+
wave_file = open("coin.wav", "rb") # pylint: disable=consider-using-with
102102
wave = audioio.WaveFile(wave_file)
103103

104104
# we'll save the value in question

0 commit comments

Comments
 (0)