Skip to content

Commit 31d80b9

Browse files
author
Malmahrouqi3
committed
lint fix return None to return self in discrete controller function
1 parent 6f11c5e commit 31d80b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rocketpy/rocket/rocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,7 @@ def add_discrete_controller(
19711971

19721972
self._add_controllers(controller)
19731973

1974-
return None
1974+
return self
19751975

19761976
def add_continuous_controller(
19771977
self,

0 commit comments

Comments
 (0)