fixed styling error

This commit is contained in:
Gert Wohlgemuth 2018-05-01 22:18:29 -07:00
parent 3e27232e9b
commit fd3dcea2b4

View File

@ -106,6 +106,7 @@ def test_rpc_status_table(default_conf, ticker, mocker) -> None:
assert '-0.59%' in result['Profit'].all()
assert 'Value' in result
def test_rpc_daily_profit(default_conf, update, ticker, limit_buy_order, limit_sell_order, mocker)\
-> None:
"""