mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
no need to initialize a variable with None
This commit is contained in:
parent
ad666ac65c
commit
2056b6f5f1
|
@ -41,7 +41,6 @@ class Edge():
|
|||
self.advise_buy = self.strategy.advise_buy
|
||||
|
||||
self.edge_config = self.config.get('edge', {})
|
||||
self._last_updated = None
|
||||
self._cached_pairs: list = []
|
||||
self._total_capital = self.edge_config.get('total_capital_in_stake_currency')
|
||||
self._allowed_risk = self.edge_config.get('allowed_risk')
|
||||
|
|
Loading…
Reference in New Issue
Block a user