We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1175721 commit 730ccbaCopy full SHA for 730ccba
freqtrade/exchange/exchange.py
@@ -895,7 +895,7 @@ def validate_trading_mode_and_margin_mode(
895
)
896
897
@classmethod
898
- def combine_ft_has(cls, include_futures: bool) -> dict[str, Any]:
+ def combine_ft_has(cls, include_futures: bool) -> FtHas:
899
"""
900
Combine all ft_has options from the class hierarchy.
901
Child classes override parent classes.
0 commit comments