Skip to content

Commit f8288ef

Browse files
committed
linting.
1 parent 24818bb commit f8288ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rtttl_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323
# This is tested on the CircuitPlayground Express
2424

25-
import adafruit_rtttl
2625
import digitalio
2726
import board
27+
import adafruit_rtttl
2828

2929
enable = digitalio.DigitalInOut(board.SPEAKER_ENABLE)
3030
enable.switch_to_output(value=True)

0 commit comments

Comments
 (0)