chore: fix line-lengths

This commit is contained in:
Matthias
2025-09-22 20:16:46 +02:00
parent 17202c6d29
commit 8b72e4f23e
2 changed files with 4 additions and 2 deletions

View File

@@ -86,7 +86,8 @@ class DelistFilter(IPairList):
if remove_pair:
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,
)
return False