Skip to content

Commit

Permalink
fixed R1705 (no-else-return)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chr157i4n committed Nov 7, 2023
1 parent 977e549 commit a4986bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/TMC_2209/TMC_2209_StepperDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1363,8 +1363,7 @@ def run_speed(self):

self._last_step_time = curtime # Caution: does not account for costs in step()
return True
else:
return False
return False



Expand Down

0 comments on commit a4986bc

Please sign in to comment.