Skip to content

Commit 9399b44

Browse files
committed
pylint
1 parent b5b8e35 commit 9399b44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/pico-examples/blink.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# Adapted from the example https://github.com/raspberrypi/pico-examples/tree/master/pio/pio_blink
66

7-
import adafruit_pioasm
8-
import board
97
import array
10-
import rp2pio
118
import time
9+
import board
10+
import rp2pio
11+
import adafruit_pioasm
1212

1313
blink = adafruit_pioasm.assemble(
1414
"""

0 commit comments

Comments
 (0)