Put import time first per pylint
This commit is contained in:
parent
f1cc3801f4
commit
24d96e94a8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import time
|
||||
import board
|
||||
import neopixel
|
||||
import time
|
||||
|
||||
pixels = neopixel.NeoPixel(board.NEOPIXEL, 10, brightness=0.2, auto_write=False)
|
||||
PURPLE = (10, 0, 25)
|
||||
|
|
|
|||
Loading…
Reference in a new issue