Explain why not using IDataHandler

This commit is contained in:
Joe Schr
2024-02-02 14:17:18 +01:00
parent e405c42097
commit 6aaf5d6069

View File

@@ -2310,7 +2310,7 @@ class Exchange:
def refresh_latest_trades(self,
pair_list: ListPairsWithTimeframes ,
data_handler: Callable,# IDataHandler,
data_handler: Callable,# using IDataHandler ends with circular import,
*,
cache: bool = True,
) -> Dict[PairWithTimeframe, DataFrame]: