From 21e9f58901c244eb0134d674e649c18f2440fa51 Mon Sep 17 00:00:00 2001 From: Pedro Bressan Date: Tue, 21 Nov 2023 19:55:51 -0300 Subject: [PATCH] STY: apply black for linting. --- rocketpy/motors/tank.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocketpy/motors/tank.py b/rocketpy/motors/tank.py index 86d6494c9..d87bfd2a1 100644 --- a/rocketpy/motors/tank.py +++ b/rocketpy/motors/tank.py @@ -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³)")