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 Oct 11, 2023
1 parent abedd45 commit d1e4a37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rocketpy/motors/tank.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ def draw(self):
"""Draws the tank geometry."""
return self.plots.draw()


class MassFlowRateBasedTank(Tank):
"""Class to define a tank based on mass flow rates inputs. This class
inherits from the Tank class. See the Tank class for more information
Expand Down

0 comments on commit d1e4a37

Please sign in to comment.