Skip to content

Commit 774575c

Browse files
committed
Fix pylint
1 parent c8064e7 commit 774575c

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
@@ -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."

0 commit comments

Comments
 (0)