chore: fix line length

This commit is contained in:
Matthias
2024-11-16 12:51:13 +01:00
parent db9b31cb85
commit 68712c884e

View File

@@ -680,5 +680,6 @@ def download_data_main(config: Config) -> None:
if pairs_not_available:
errors = "\n" + ("\n".join(pairs_not_available))
logger.warning(
f"Encountered a problem downloading the following pairs from {exchange.name}: {errors}"
f"Encountered a problem downloading the following pairs from {exchange.name}: "
f"{errors}"
)