Fix flake8 error

This commit is contained in:
Matthias 2022-01-06 10:09:41 +01:00
parent 8958f569aa
commit c1d981749e

View File

@ -232,7 +232,6 @@ class TestCCXTExchange():
(rate['open'].min() != rate['open'].max())
)
def test_ccxt_fetch_mark_price_history(self, exchange_futures):
exchange, exchangename = exchange_futures
if not exchange: