Skip to content

Commit 8bb9fdb

Browse files
committed
Fix code style issues with Black
1 parent 8f67b31 commit 8bb9fdb

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

rocketpy/plots/rocket_plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def thrust_to_weight(self):
107107

108108
def draw(self, vis_args=None):
109109
"""Draws the rocket in a matplotlib figure.
110-
110+
111111
Parameters
112112
----------
113113
vis_args : dict, optional

rocketpy/rocket/aero_surface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
# TODO: all the evaluate_shape() methods need tests and documentation
2323

24+
2425
class AeroSurface(ABC):
2526
"""Abstract class used to define aerodynamic surfaces."""
2627

rocketpy/rocket/rocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ def add_thrust_eccentricity(self, x, y):
11851185

11861186
def draw(self, vis_args=None):
11871187
"""Draws the rocket in a matplotlib figure.
1188-
1188+
11891189
Parameters
11901190
----------
11911191
vis_args : dict, optional

0 commit comments

Comments
 (0)