Skip to content

Commit 3d0314d

Browse files
committed
[examples/maxswerve] Black
1 parent ac74609 commit 3d0314d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/maxswerve/tests/test_swerveutils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_stepTowardsCircular1():
1212
stepsize = 0.3455804605358387
1313
target = 0.0 # stepping towards zero direction
1414
result = swerveutils.stepTowardsCircular(
15-
current = current, stepsize = stepsize, target = target
15+
current=current, stepsize=stepsize, target=target
1616
)
1717
# stepping towards zero angle should result in smaller absolute value
1818
assert abs(result) < abs(current)

0 commit comments

Comments
 (0)