style: ruff format

pull/12706/head
matstedt 3 months ago committed by Matthias
parent 0dc26584cc
commit eaa35d7b47

@ -64,9 +64,7 @@ class TestCCXTExchange:
if not expected_count:
pytest.skip("No expected candle count for exchange")
candle_type = (
CandleType.FUTURES if exchange_params.get("futures_only") else CandleType.SPOT
)
candle_type = CandleType.FUTURES if exchange_params.get("futures_only") else CandleType.SPOT
assert exch.ohlcv_candle_limit("1m", candle_type) == expected_count
def test_load_markets_futures(self, exchange_futures: EXCHANGE_FIXTURE_TYPE):

Loading…
Cancel
Save