From 2ecf9968f1803ba8a44d55c98f17ace154d6ee3c Mon Sep 17 00:00:00 2001 From: siddacious Date: Fri, 7 Jun 2019 16:22:37 -0700 Subject: [PATCH] fixing lint (again) --- examples/ds3502_set_default.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/ds3502_set_default.py b/examples/ds3502_set_default.py index be8b915..dce0cda 100644 --- a/examples/ds3502_set_default.py +++ b/examples/ds3502_set_default.py @@ -1,4 +1,4 @@ -from time import sleep + import board import adafruit_ds3502 @@ -11,9 +11,9 @@ ds3502 = adafruit_ds3502.DS3502(i2c) # 1. Run the program once to see what the current default value is # 2. Uncomment the call to `setWiperDefault` below and run it again. # 3. Once the program has run with the `set_default` call, -# comment out the line below again, then powercycle the DS3502 +# comment out the line below again, then powercycle the DS3502 # by removing then reattaching VCC -# 4. Then run the program again with the line commented out to see the +# 4. Then run the program again with the line commented out to see the # new default wiper value # ds3502.set_default(99)