Skip to content

Commit 4bda015

Browse files
committed
lint
1 parent 182b028 commit 4bda015

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/DualStepperTest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ def stepper_worker(stepper, numsteps, direction, style):
6666
stepstyles[random.randint(0,3)],))
6767
st2.start()
6868

69-
time.sleep(0.1) # Small delay to stop from constantly polling threads (see: https://forums.adafruit.com/viewtopic.php?f=50&t=104354&p=562733#p562733)
69+
time.sleep(0.1) # Small delay to stop from constantly polling threads
70+
# see: https://forums.adafruit.com/viewtopic.php?f=50&t=104354&p=562733#p562733

0 commit comments

Comments
 (0)