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 committed Apr 16, 2024
1 parent dc6ff4a commit 826331f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rocketpy/simulation/flight.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ def __init__(
self.__init_equations_of_motion()
self.__init_solver_monitors()


# Initialize prints and plots objects
self.prints = _FlightPrints(self)
self.plots = _FlightPlots(self)
Expand Down

0 comments on commit 826331f

Please sign in to comment.