Make mypy happy
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user