Skip to content

Commit 69d8b35

Browse files
committed
Fix code style issues with Black
1 parent d569dc7 commit 69d8b35

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

rocketpy/utilities.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,9 @@ def liftoff_speed(mass):
636636
source = np.array(list(zip(x, y)), dtype=np.float64)
637637

638638
retfunc = Function(
639-
source, inputs="Rocket Mass without motor (kg)", outputs="Out of Rail Speed (m/s)"
639+
source,
640+
inputs="Rocket Mass without motor (kg)",
641+
outputs="Out of Rail Speed (m/s)",
640642
)
641643
if plot:
642644
retfunc.plot(min_mass, max_mass, points)

0 commit comments

Comments
 (0)