Skip to content

Commit cf4872d

Browse files
committed
lint
1 parent 55cf6fc commit cf4872d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Gravity_Falls_Memory_Gun/code.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
# function to open and play the audio files
5353
def open_audio(num):
5454
n = wavs[num]
55-
# pylint: disable = consider-using-with
5655
f = open(n, "rb")
5756
w = audiocore.WaveFile(f)
5857
return w

0 commit comments

Comments
 (0)