mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update typehint for candle_cache
This commit is contained in:
parent
4cfd5d004e
commit
db83b0cdb0
|
@ -132,7 +132,7 @@ class Exchange:
|
|||
|
||||
# Holds candles
|
||||
self._klines: Dict[PairWithTimeframe, DataFrame] = {}
|
||||
self._expiring_candle_cache: Dict[str, PeriodicCache] = {}
|
||||
self._expiring_candle_cache: Dict[Tuple[str, int], PeriodicCache] = {}
|
||||
|
||||
# Holds all open sell orders for dry_run
|
||||
self._dry_run_open_orders: Dict[str, Any] = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user