Skip to content

Commit bd24132

Browse files
committed
Import order.
1 parent 25833bb commit bd24132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pixie_simpletest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import time
2+
import board
3+
import busio
24
import adafruit_pixie
35

46
# For use with CircuitPython:
5-
import board
6-
import busio
77
uart = busio.UART(board.TX, rx=None, baudrate=115200)
88

99
# For use on Raspberry Pi/Linux with Adafruit_Blinka:

0 commit comments

Comments
 (0)