Skip to content

Commit

Permalink
STY: apply black for linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
phmbressan committed Nov 21, 2023
1 parent d1a5dd5 commit 21e9f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketpy/motors/tank.py
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ def fluid_volume(self):
+ "\n\t\tThe difference is more than 1e-6 m^3 at "
+ f"{diff.x_array[np.argmin(diff.y_array)]} s."
)

return fluid_volume

@funcify_method("Time (s)", "Volume (m³)")
Expand Down

0 comments on commit 21e9f58

Please sign in to comment.