fix type error
This commit is contained in:
parent
619bd5d6c4
commit
3fa3af5c08
@ -776,7 +776,7 @@ class FreqtradeBot(LoggingMixin):
|
||||
side: str, trade_side: str,
|
||||
entry_tag: Optional[str],
|
||||
trade: Optional[Trade],
|
||||
leverage: Optional[float] = 1.0
|
||||
leverage: float = 1.0
|
||||
) -> Tuple[float, float]:
|
||||
|
||||
if price:
|
||||
|
Loading…
Reference in New Issue
Block a user