File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2060,7 +2060,6 @@ def add_thrust_vector_control(
20602060 Controller object created (only if return_controller is True).
20612061 """
20622062 if hasattr (self , "thrust_vector_control" ):
2063- # pylint: disable=access-member-before-definition
20642063 warnings .warn (
20652064 "Only one thrust_vector_control per rocket is currently supported. "
20662065 + "Overwriting previous thrust_vector_control and controllers."
@@ -2192,7 +2191,6 @@ def add_roll_control(
21922191 Controller object created (only if return_controller is True).
21932192 """
21942193 if hasattr (self , "roll_control" ):
2195- # pylint: disable=access-member-before-definition
21962194 warnings .warn (
21972195 "Only one roll control per rocket is currently supported. "
21982196 + "Overwriting previous roll control and controllers."
You can’t perform that action at this time.
0 commit comments