A few more formatting updates

This commit is contained in:
Matthias
2024-05-13 19:49:15 +02:00
parent 6a802f5624
commit 9291698561
20 changed files with 198 additions and 137 deletions

View File

@@ -508,9 +508,9 @@ def test_min_roi_reached3(default_conf, fee) -> None:
0.09,
0.98,
ExitType.NONE,
lambda current_profit, **kwargs: -0.1
if current_profit < 0.6
else -(current_profit * 2),
lambda current_profit, **kwargs: (
-0.1 if current_profit < 0.6 else -(current_profit * 2)
),
),
# Error case - static stoploss in place
(