Fix pylint notices
This commit is contained in:
parent
784e1d1504
commit
eaf13d481d
2 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ done = digitalio.DigitalInOut(board.A4)
|
|||
done.direction = digitalio.Direction.OUTPUT
|
||||
done.value = False
|
||||
|
||||
#pylint: disable=wrong-import-position,wrong-import-order
|
||||
import time
|
||||
import pulseio
|
||||
import busio
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
// License:
|
||||
// Public Domain
|
||||
|
||||
Fetched from: http://dimensionalrift.homelinux.net/combuster/mos3/?p=viewsource&file=/modules/gfx/font8_8.asm
|
||||
Fetched from: http://dimensionalrift.homelinux.net/combuster/mos3/
|
||||
?p=viewsource&file=/modules/gfx/font8_8.asm
|
||||
|
||||
Converted to Python by Dave Astels
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue