Skip to content

Commit 1150b18

Browse files
committed
code format
1 parent 44176e0 commit 1150b18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_rtttl.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222
WAVEFORM_AVAILABLE = False
2323
try:
2424
import audioio
25+
2526
AUDIOIO_AVAILABLE = True
2627
from adafruit_waveform import sine
28+
2729
WAVEFORM_AVAILABLE = True
2830
try:
2931
import audiocore

0 commit comments

Comments
 (0)