Skip to content

Commit 2e6dc28

Browse files
committed
Fix code style issues with Black
1 parent d4a661e commit 2e6dc28

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rocketpy/AeroSurfaces.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -633,22 +633,22 @@ def rollInfo(self):
633633
self.rollForcingInterferenceFactor
634634
)
635635
)
636-
#lacks a title for the plot
636+
# lacks a title for the plot
637637
self.rollParameters[0]()
638-
#lacks a title for the plot
638+
# lacks a title for the plot
639639
self.rollParameters[1]()
640640

641641
return None
642642

643643
def airfoilPlots(self):
644-
644+
645645
if self.airfoil is not None:
646646
airfoilCl = Function(
647647
self.airfoil[0],
648-
inputs = "angle of attack",
649-
outputs = "lift coefficient",
648+
inputs="angle of attack",
649+
outputs="lift coefficient",
650650
interpolation="linear",
651-
extrapolation = None,
651+
extrapolation=None,
652652
)
653653
airfoilCl.plot1D()
654654

0 commit comments

Comments
 (0)