pep8 compliance

This commit is contained in:
Jean-Baptiste LE STANG
2018-01-03 11:35:54 +01:00
parent 2d273a8509
commit eb53a796e2
2 changed files with 15 additions and 11 deletions

View File

@@ -17,8 +17,8 @@ def test_generate_text_table():
'profit_percent': [0.1, 0.2],
'profit_BTC': [0.2, 0.4],
'duration': [10, 30],
'profit': [2,0],
'loss': [0,0]
'profit': [2, 0],
'loss': [0, 0]
}
)
print(generate_text_table({'BTC_ETH': {}}, results, 'BTC', 5))