Fix for flake8

This commit is contained in:
Gerald Lonlas 2018-01-07 16:44:26 -08:00
parent 9dd38aebe0
commit ca05d1f79e

View File

@ -11,6 +11,7 @@ def test_loss_calculation_prefer_correct_trade_count():
assert over > correct
assert under > correct
def test_loss_calculation_prefer_shorter_trades():
shorter = calculate_loss(1, 100, 20)
longer = calculate_loss(1, 100, 30)