chore: fix return type

pull/12293/head
Matthias 7 months ago
parent 1175721579
commit 730ccba535

@ -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.

Loading…
Cancel
Save