style: ruff format

This commit is contained in:
matstedt
2026-01-14 20:01:45 +01:00
committed by Matthias
parent 42361bc046
commit 06e2b8ae0d
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -88,4 +88,3 @@ def check_exchange(config: Config, check_for_bad: bool = True) -> bool:
)
return True
-2
View File
@@ -72,7 +72,6 @@ def validate_exchange(
exchange: str,
ft_has_overrides: dict[str, Any] | None = None,
) -> tuple[bool, str, str, ccxt.Exchange | None]:
"""
returns: can_use, reason, exchange_object
with Reason including both missing and missing_opt
@@ -89,7 +88,6 @@ def validate_exchange(
if ft_has_overrides:
ex_has.update(ft_has_overrides)
result = True
reasons = []
reasons_fut = ""