From 35e1421d5989369ae6d700cae7113e6536f7eab0 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 3 Feb 2024 13:42:25 +0100 Subject: [PATCH] Reduce whitespace --- tests/freqtradebot/test_freqtradebot.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/freqtradebot/test_freqtradebot.py b/tests/freqtradebot/test_freqtradebot.py index ca6f29078..aa037fe37 100644 --- a/tests/freqtradebot/test_freqtradebot.py +++ b/tests/freqtradebot/test_freqtradebot.py @@ -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'),