chore: improve typing in percentChange Pairlist

This commit is contained in:
Matthias
2024-12-11 07:25:07 +01:00
parent b9aa78b987
commit 34835752f8
2 changed files with 21 additions and 10 deletions

View File

@@ -362,7 +362,8 @@ def test_gen_pairlist_from_tickers(mocker, rpl_config, tickers):
remote_pairlist = pairlistmanager._pairlist_handlers[0]
# The generator returns BTC ETH and TKN - filtering the first ensures removing pairs in this step ain't problematic.
# The generator returns BTC ETH and TKN - filtering the first ensures removing pairs
# in this step ain't problematic.
def _validate_pair(pair, ticker):
if pair == "BTC/USDT":
return False