From f24626e13920377f0208292a4f5326ccf1eca023 Mon Sep 17 00:00:00 2001 From: Christof Date: Sat, 19 Dec 2020 20:42:19 +0100 Subject: [PATCH] removed too many blank lines --- tests/test_plotting.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_plotting.py b/tests/test_plotting.py index 96eff4c69..379889ea1 100644 --- a/tests/test_plotting.py +++ b/tests/test_plotting.py @@ -173,7 +173,6 @@ def test_plot_trades(testdatadir, caplog): assert trade_sell_loss.text[5] == '-10.4%, stop_loss, 720 min' - def test_generate_candlestick_graph_no_signals_no_trades(default_conf, mocker, testdatadir, caplog): row_mock = mocker.patch('freqtrade.plot.plotting.add_indicators', MagicMock(side_effect=fig_generating_mock))