Fix PEP8 indentation

This commit is contained in:
Ramon Bastiaans 2018-02-01 01:52:07 +01:00
parent f4e38b9a4b
commit 8f570e46f5

View File

@ -304,8 +304,8 @@ def test_exchange_binance_get_ticker_history_intervals():
assert type(dateutil.parser.parse(h[0]['T'])) is datetime.datetime
del h[0]['T']
assert [{'O': 0.0, 'H': 0.0,
'L': 0.0, 'C': 0.0,
'V': 0.0, 'BV': 0.0}] == h
'L': 0.0, 'C': 0.0,
'V': 0.0, 'BV': 0.0}] == h
def test_exchange_binance_get_ticker_history():