From 470a239e8279be842f998062815183e52c982ac8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 29 Jan 2024 20:10:50 +0100 Subject: [PATCH] Formatting ... --- tests/plugins/test_pairlist.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/plugins/test_pairlist.py b/tests/plugins/test_pairlist.py index c3a7e4c66..09dcd0af3 100644 --- a/tests/plugins/test_pairlist.py +++ b/tests/plugins/test_pairlist.py @@ -1555,7 +1555,9 @@ def test_FullTradesFilter(mocker, default_conf_usdt, fee, caplog) -> None: {"method": "MarketCapPairList", "number_assets": 2} ], 'futures', ['ETH/USDT:USDT', 'ADA/USDT:USDT']), ]) -def test_MarketCapPairList_filter(mocker, default_conf_usdt, trade_mode, markets, pairlists, result): +def test_MarketCapPairList_filter( + mocker, default_conf_usdt, trade_mode, markets, pairlists, result +): test_value = [ {"symbol": "btc"}, {"symbol": "eth"},