Skip to content

Commit e9077b9

Browse files
committed
STY: ruff formatting
1 parent c82edc9 commit e9077b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rocketpy/simulation/flight.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -763,10 +763,12 @@ def __simulate(self, verbose):
763763
lambda self, parachute_cd_s=parachute.cd_s: setattr(
764764
self, "parachute_cd_s", parachute_cd_s
765765
),
766-
lambda self, parachute_radius=parachute.parachute_radius: setattr(
766+
lambda self,
767+
parachute_radius=parachute.parachute_radius: setattr(
767768
self, "parachute_radius", parachute_radius
768769
),
769-
lambda self, parachute_height=parachute.parachute_height: setattr(
770+
lambda self,
771+
parachute_height=parachute.parachute_height: setattr(
770772
self, "parachute_height", parachute_height
771773
),
772774
lambda self, parachute_porosity=parachute.porosity: setattr(

0 commit comments

Comments
 (0)