mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
PEP8 fix
This commit is contained in:
parent
399c419163
commit
4aca8d7fcc
|
@ -409,11 +409,6 @@ def test_log_results_if_loss_improves(hyperopt, capsys) -> None:
|
|||
}
|
||||
)
|
||||
out, err = capsys.readouterr()
|
||||
result_str = (
|
||||
'| Best | 2/2 | 1 | 0.10% | 0.00100000 BTC |'
|
||||
' 1.00% | 20.0m | 1 |'
|
||||
)
|
||||
# assert result_str in out
|
||||
assert all(x in out
|
||||
for x in ["Best", "2/2", " 1", "0.10%", "0.00100000 BTC", "1.00%", "20.0m"])
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user