Skip to content

Commit e3a5827

Browse files
committed
pylint --- to the moon, Travis...
1 parent 4aed81a commit e3a5827

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Minesweep/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
import displayio
2020
import audioio
2121
try:
22-
from audiocore import WaveFile
22+
from audio import WaveFile
2323
except ImportError:
24-
from audioio import WaveFile
24+
from audiocore import WaveFile
2525

2626
import adafruit_imageload
2727
import adafruit_touchscreen

0 commit comments

Comments
 (0)