fix type error

This commit is contained in:
adriance 2022-03-19 15:24:10 +08:00
parent 619bd5d6c4
commit 3fa3af5c08

View File

@ -776,7 +776,7 @@ class FreqtradeBot(LoggingMixin):
side: str, trade_side: str, side: str, trade_side: str,
entry_tag: Optional[str], entry_tag: Optional[str],
trade: Optional[Trade], trade: Optional[Trade],
leverage: Optional[float] = 1.0 leverage: float = 1.0
) -> Tuple[float, float]: ) -> Tuple[float, float]:
if price: if price: