Skip to content

Commit

Permalink
Fix code style issues with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action authored and Gui-FernandesBR committed Dec 18, 2023
1 parent 9c61576 commit 181c0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketpy/simulation/flight_data_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class FlightDataImporter:
def __init__(
self,
paths,
name = "Flight Data",
name="Flight Data",
columns_map=None,
units=None,
interpolation="linear",
Expand Down

0 comments on commit 181c0cf

Please sign in to comment.