Skip to content

Commit 2ecf996

Browse files
committed
fixing lint (again)
1 parent 837c4d6 commit 2ecf996

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/ds3502_set_default.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from time import sleep
1+
22
import board
33
import adafruit_ds3502
44

@@ -11,9 +11,9 @@
1111
# 1. Run the program once to see what the current default value is
1212
# 2. Uncomment the call to `setWiperDefault` below and run it again.
1313
# 3. Once the program has run with the `set_default` call,
14-
# comment out the line below again, then powercycle the DS3502
14+
# comment out the line below again, then powercycle the DS3502
1515
# by removing then reattaching VCC
16-
# 4. Then run the program again with the line commented out to see the
16+
# 4. Then run the program again with the line commented out to see the
1717
# new default wiper value
1818

1919
# ds3502.set_default(99)

0 commit comments

Comments
 (0)