mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 20:01:18 +00:00
chore: fix return type
This commit is contained in:
@@ -895,7 +895,7 @@ class Exchange:
|
|||||||
)
|
)
|
||||||
|
|
||||||
@classmethod
|
@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.
|
Combine all ft_has options from the class hierarchy.
|
||||||
Child classes override parent classes.
|
Child classes override parent classes.
|
||||||
|
|||||||
Reference in New Issue
Block a user