chore: fix double-space typos

This commit is contained in:
Matthias
2026-04-11 13:09:13 +02:00
parent e5a8aae831
commit e8501dfb7a
11 changed files with 13 additions and 15 deletions
+1 -3
View File
@@ -54,9 +54,7 @@ def check_exchange(config: Config, check_for_bad: bool = True) -> bool:
f'Exchange "{exchange}" will not work with Freqtrade. Reason: {reason}.' f'Exchange "{exchange}" will not work with Freqtrade. Reason: {reason}.'
) )
else: else:
logger.warning( logger.warning(f'Exchange "{exchange}" will not work with Freqtrade. Reason: {reason}.')
f'Exchange "{exchange}" will not work with Freqtrade. Reason: {reason}.'
)
if MAP_EXCHANGE_CHILDCLASS.get(exchange, exchange) in SUPPORTED_EXCHANGES: if MAP_EXCHANGE_CHILDCLASS.get(exchange, exchange) in SUPPORTED_EXCHANGES:
logger.info( logger.info(