Skip to content

Commit a4d7940

Browse files
committed
pylint --- correctly this time
1 parent e3a5827 commit a4d7940

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Minesweep/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import displayio
2020
import audioio
2121
try:
22-
from audio import WaveFile
22+
from audioio import WaveFile
2323
except ImportError:
2424
from audiocore import WaveFile
2525

0 commit comments

Comments
 (0)