Skip to content

Commit 91c0eff

Browse files
committed
stuck in CI infinite loop
1 parent 2b3a825 commit 91c0eff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_motor/stepper.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ def release(self):
187187
else:
188188
coil.duty_cycle = 0
189189

190-
def onestep(self, *, direction=FORWARD, style=SINGLE): #pylint: disable=too-many-branches
190+
def onestep(
191+
self, *, direction=FORWARD, style=SINGLE
192+
): # pylint: disable=too-many-branches
191193
"""Performs one step of a particular style. The actual rotation amount will vary by style.
192194
`SINGLE` and `DOUBLE` will normal cause a full step rotation. `INTERLEAVE` will normally
193195
do a half step rotation. `MICROSTEP` will perform the smallest configured step.

0 commit comments

Comments
 (0)