Skip to content

Commit 77bfd81

Browse files
committed
lint fix: removed return None
1 parent a990a8b commit 77bfd81

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rocketpy/rocket/rocket.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,8 +2021,6 @@ def add_discrete_controller(
20212021

20222022
self._add_controllers(controller)
20232023

2024-
return None
2025-
20262024
def add_continuous_controller(
20272025
self,
20282026
controller_function,

0 commit comments

Comments
 (0)