Skip to content

Commit 9a63cba

Browse files
committed
disable a pylint diagnostic
1 parent 0e3fd0c commit 9a63cba

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)