Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 9, 2024
1 parent 6429ee3 commit 1825eda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion agimus_controller/agimus_controller/ocp_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ def dt() -> int:

@abstractmethod
def solve(
self, x0: npt.NDArray[np.float64], x_init: list[npt.NDArray[np.float64]], u_init: list[npt.NDArray[np.float64]]
self,
x0: npt.NDArray[np.float64],
x_init: list[npt.NDArray[np.float64]],
u_init: list[npt.NDArray[np.float64]],
) -> None:
...

Expand Down

0 comments on commit 1825eda

Please sign in to comment.