Skip to content

Commit f8ff943

Browse files
authored
Merge pull request #101 from kattni/cleanup-deprecated-code
Removed unneeded try/except import.
2 parents 3b88caa + dfd931c commit f8ff943

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,12 +21,8 @@
2121
import math
2222
import array
2323
import time
24-
25-
try:
26-
import audiocore
27-
except ImportError:
28-
import audioio as audiocore
2924
import os
25+
import audiocore
3026
import analogio
3127
import board
3228
import busio

0 commit comments

Comments
 (0)