Skip to content

Commit ccd66ba

Browse files
committed
Removed unneeded try/except import.
1 parent 3b88caa commit ccd66ba

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

adafruit_circuitplayground/circuit_playground_base.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@
2121
import math
2222
import array
2323
import time
24-
25-
try:
26-
import audiocore
27-
except ImportError:
28-
import audioio as audiocore
24+
import audiocore
2925
import os
3026
import analogio
3127
import board

0 commit comments

Comments
 (0)