style: ruff format
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user