mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-15 20:31:43 +00:00
chore: fix line-lengths
This commit is contained in:
@@ -86,7 +86,8 @@ class DelistFilter(IPairList):
|
|||||||
|
|
||||||
if remove_pair:
|
if remove_pair:
|
||||||
self.log_once(
|
self.log_once(
|
||||||
f"Removed {pair} from whitelist, because it will be delisted on {format_date(delist_date)}.",
|
f"Removed {pair} from whitelist, because it will be delisted on "
|
||||||
|
f"{format_date(delist_date)}.",
|
||||||
logger.info,
|
logger.info,
|
||||||
)
|
)
|
||||||
return False
|
return False
|
||||||
|
|||||||
@@ -1840,7 +1840,8 @@ def test_spreadfilter_invalid_data(mocker, default_conf, markets, tickers, caplo
|
|||||||
), # ConfigurationError expected
|
), # ConfigurationError expected
|
||||||
(
|
(
|
||||||
{"method": "DelistFilter", "max_days_from_now": 1},
|
{"method": "DelistFilter", "max_days_from_now": 1},
|
||||||
"[{'DelistFilter': 'DelistFilter - Filtering pairs that will be delisted in the next 1 days.'}]",
|
"[{'DelistFilter': 'DelistFilter - Filtering pairs that will be delisted in the "
|
||||||
|
"next 1 days.'}]",
|
||||||
None,
|
None,
|
||||||
), # ConfigurationError expected
|
), # ConfigurationError expected
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user