mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
removed too many blank lines
This commit is contained in:
parent
43091a26ce
commit
f24626e139
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user