chore: fix return type

This commit is contained in:
Matthias
2025-09-27 15:28:14 +02:00
parent 1175721579
commit 730ccba535

View File

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