Make mypy happy
This commit is contained in:
parent
ef92fd775c
commit
ed9cb4219d
@ -209,6 +209,7 @@ class FreqtradeBot:
|
|||||||
Calculate stake amount for the trade
|
Calculate stake amount for the trade
|
||||||
:return: float: Stake amount
|
:return: float: Stake amount
|
||||||
"""
|
"""
|
||||||
|
stake_amount: Optional[float]
|
||||||
if self.edge:
|
if self.edge:
|
||||||
stake_amount = self.edge.stake_amount(
|
stake_amount = self.edge.stake_amount(
|
||||||
pair,
|
pair,
|
||||||
|
Loading…
Reference in New Issue
Block a user