Skip to content

Commit 4aa3a8f

Browse files
committed
Fixed some very minor pylint stuff
1 parent 648247c commit 4aa3a8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/ds3502_simpletest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from time import sleep
22
import board
3-
import adafruit_ds3502
43
from analogio import AnalogIn
4+
import adafruit_ds3502
55

66
####### NOTE ################
77
# this example will not work with Blinka/rasberry Pi due to the lack of analog pins.
@@ -39,4 +39,3 @@
3939
print("Wiper voltage: %.2f V"%voltage)
4040
print("")
4141
sleep(1.0)
42-

0 commit comments

Comments
 (0)