style: ruff format
This commit is contained in:
@@ -88,4 +88,3 @@ def check_exchange(config: Config, check_for_bad: bool = True) -> bool:
|
|||||||
)
|
)
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
@@ -72,7 +72,6 @@ def validate_exchange(
|
|||||||
exchange: str,
|
exchange: str,
|
||||||
ft_has_overrides: dict[str, Any] | None = None,
|
ft_has_overrides: dict[str, Any] | None = None,
|
||||||
) -> tuple[bool, str, str, ccxt.Exchange | None]:
|
) -> tuple[bool, str, str, ccxt.Exchange | None]:
|
||||||
|
|
||||||
"""
|
"""
|
||||||
returns: can_use, reason, exchange_object
|
returns: can_use, reason, exchange_object
|
||||||
with Reason including both missing and missing_opt
|
with Reason including both missing and missing_opt
|
||||||
@@ -89,7 +88,6 @@ def validate_exchange(
|
|||||||
if ft_has_overrides:
|
if ft_has_overrides:
|
||||||
ex_has.update(ft_has_overrides)
|
ex_has.update(ft_has_overrides)
|
||||||
|
|
||||||
|
|
||||||
result = True
|
result = True
|
||||||
reasons = []
|
reasons = []
|
||||||
reasons_fut = ""
|
reasons_fut = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user