PEP8 fix
This commit is contained in:
@@ -918,6 +918,7 @@ def test_hyperopt_list(mocker, capsys, hyperopt_results):
|
|||||||
assert f.is_file()
|
assert f.is_file()
|
||||||
f.unlink()
|
f.unlink()
|
||||||
|
|
||||||
|
|
||||||
def test_hyperopt_show(mocker, capsys, hyperopt_results):
|
def test_hyperopt_show(mocker, capsys, hyperopt_results):
|
||||||
mocker.patch(
|
mocker.patch(
|
||||||
'freqtrade.optimize.hyperopt.Hyperopt.load_previous_results',
|
'freqtrade.optimize.hyperopt.Hyperopt.load_previous_results',
|
||||||
|
Reference in New Issue
Block a user