diff --git a/config_binance.json.example b/config_binance.json.example index aa36ed035..7d616fe91 100644 --- a/config_binance.json.example +++ b/config_binance.json.example @@ -55,9 +55,7 @@ ] }, "pairlists": [ - { - "method": "StaticPairList" - } + {"method": "StaticPairList"} ], "edge": { "enabled": false, diff --git a/config_kraken.json.example b/config_kraken.json.example index 9ca2ca065..854aeef71 100644 --- a/config_kraken.json.example +++ b/config_kraken.json.example @@ -47,9 +47,7 @@ ] }, "pairlists": [ - { - "method": "StaticPairList" - } + {"method": "StaticPairList"} ], "edge": { "enabled": false, diff --git a/tests/pairlist/test_pairlist.py b/tests/pairlist/test_pairlist.py index c40187cc9..0ec6766c2 100644 --- a/tests/pairlist/test_pairlist.py +++ b/tests/pairlist/test_pairlist.py @@ -291,4 +291,3 @@ def test_pairlistmanager_no_pairlist(mocker, markets, whitelist_conf, caplog): with pytest.raises(OperationalException, match=r"No Pairlist defined!"): get_patched_freqtradebot(mocker, whitelist_conf) -