Skip to content

Commit f72818e

Browse files
author
Brennen Bearnes
committed
move digitalio import to top of simpletest.py, per pylint
1 parent 928f298 commit f72818e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import board
66
import busio
7+
import digitalio
78

89
import adafruit_si4713
910

@@ -24,7 +25,6 @@
2425
# If you hooked up the reset line you should specify that too. Make sure
2526
# to pass in a DigitalInOut instance. You will need the reset pin with the
2627
# Raspberry Pi, and probably other devices:
27-
import digitalio
2828
reset = digitalio.DigitalInOut(board.D5)
2929

3030
print('initializing si4713 instance')

0 commit comments

Comments
 (0)