Skip to content

Commit d7d2fd9

Browse files
committed
lint the example
1 parent bd479e9 commit d7d2fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/neopixel_spi_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
pixels[i] = color
2121
pixels.show()
2222
time.sleep(DELAY)
23-
pixels.fill(0)
23+
pixels.fill(0)

0 commit comments

Comments
 (0)