Explain why not using IDataHandler

This commit is contained in:
Joe Schr
2024-02-02 14:17:18 +01:00
parent e405c42097
commit 6aaf5d6069
+1 -1
View File
@@ -2310,7 +2310,7 @@ class Exchange:
def refresh_latest_trades(self, def refresh_latest_trades(self,
pair_list: ListPairsWithTimeframes , pair_list: ListPairsWithTimeframes ,
data_handler: Callable,# IDataHandler, data_handler: Callable,# using IDataHandler ends with circular import,
*, *,
cache: bool = True, cache: bool = True,
) -> Dict[PairWithTimeframe, DataFrame]: ) -> Dict[PairWithTimeframe, DataFrame]: