mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-12 01:00:48 +00:00
Explain why not using IDataHandler
This commit is contained in:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user