Skip to content

Commit

Permalink
Fixed a blank line issue :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Rydin committed Feb 9, 2020
1 parent c648ec7 commit eb3783d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/commands/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit eb3783d

Please sign in to comment.