Skip to content

Commit f1d89b0

Browse files
committed
MNT: ruff
1 parent e49e6ca commit f1d89b0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

rocketpy/rocket/aero_surface/fins/_elliptical_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ def to_dict(self, include_outputs=False):
148148
"roll_forcing_interference_factor": self.roll_forcing_interference_factor,
149149
}
150150
)
151-
return data
151+
return data

rocketpy/rocket/aero_surface/fins/_trapezoidal_mixin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,3 @@ def to_dict(self, include_outputs=False):
177177
}
178178
)
179179
return data
180-

0 commit comments

Comments
 (0)