Fixed a blank line issue :-(

This commit is contained in:
Fredrik Rydin 2020-02-09 14:30:29 +01:00
parent c648ec7c0c
commit eb3783dc00
1 changed files with 1 additions and 0 deletions

View File

@ -837,6 +837,7 @@ def test_hyperopt_list(mocker, capsys, hyperopt_results):
for x in [" 1/12", " 3/12", " 4/12", " 5/12", " 7/12", " 8/12"
" 9/12", " 10/12", " 11/12", " 12/12"])
def test_hyperopt_show(mocker, capsys, hyperopt_results):
mocker.patch(
'freqtrade.optimize.hyperopt.Hyperopt.load_previous_results',