Skip to content

Commit f71759b

Browse files
committed
ruff format
1 parent be9427c commit f71759b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_controls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def do_goal(
7777
value: float,
7878
current: np.ndarray | None = None,
7979
t_end: float = 10.0,
80-
change: tuple[float, int, float]|None = None,
80+
change: tuple[float, int, float] | None = None,
8181
):
8282
if change is not None:
8383
t1, order1, val1 = change

0 commit comments

Comments
 (0)