mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
chore: fix return type
This commit is contained in:
@@ -895,7 +895,7 @@ class Exchange:
|
||||
)
|
||||
|
||||
@classmethod
|
||||
def combine_ft_has(cls, include_futures: bool) -> dict[str, Any]:
|
||||
def combine_ft_has(cls, include_futures: bool) -> FtHas:
|
||||
"""
|
||||
Combine all ft_has options from the class hierarchy.
|
||||
Child classes override parent classes.
|
||||
|
||||
Reference in New Issue
Block a user