We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cf6fc commit cf4872dCopy full SHA for cf4872d
Gravity_Falls_Memory_Gun/code.py
@@ -52,7 +52,6 @@
52
# function to open and play the audio files
53
def open_audio(num):
54
n = wavs[num]
55
- # pylint: disable = consider-using-with
56
f = open(n, "rb")
57
w = audiocore.WaveFile(f)
58
return w
0 commit comments