Skip to content

Commit

Permalink
MNT: remove unecessary comment
Browse files Browse the repository at this point in the history
Co-authored-by: Gui-FernandesBR <[email protected]>
  • Loading branch information
MateusStano and Gui-FernandesBR committed Sep 20, 2024
1 parent a5910f7 commit 49cc5e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rocketpy/rocket/rocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,6 @@ def add_free_form_fins(
# Modify radius if not given, use rocket radius, otherwise use given.
radius = radius if radius is not None else self.radius

# Create a fin set as an object of TrapezoidalFins class
fin_set = FreeFormFins(
n,
shape_points,
Expand Down

0 comments on commit 49cc5e1

Please sign in to comment.