Skip to content

Commit 730ccba

Browse files
committed
chore: fix return type
1 parent 1175721 commit 730ccba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freqtrade/exchange/exchange.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ def validate_trading_mode_and_margin_mode(
895895
)
896896

897897
@classmethod
898-
def combine_ft_has(cls, include_futures: bool) -> dict[str, Any]:
898+
def combine_ft_has(cls, include_futures: bool) -> FtHas:
899899
"""
900900
Combine all ft_has options from the class hierarchy.
901901
Child classes override parent classes.

0 commit comments

Comments
 (0)