Reduce whitespace

This commit is contained in:
Matthias 2024-02-03 13:42:25 +01:00
parent 0f9e846587
commit 35e1421d59

View File

@ -2923,9 +2923,6 @@ def test_execute_trade_exit_custom_exit_price(
} == last_msg
@pytest.mark.parametrize(
"is_short,amount,current_rate,limit,profit_amount,profit_ratio,profit_or_loss", [
(False, 30, 2.3, 2.2, 5.685, 0.09451372, 'profit'),