Improve formatting

This commit is contained in:
Matthias
2024-01-28 22:42:03 +01:00
parent 830a004dfd
commit 2d704a77b5

View File

@@ -734,7 +734,7 @@ class IStrategy(ABC, HyperStrategyMixin):
current_entry_rate: float, current_exit_rate: float,
current_entry_profit: float, current_exit_profit: float,
**kwargs
) -> Tuple[Optional[float], str]:
) -> Tuple[Optional[float], str]:
"""
wrapper around adjust_trade_position to handle the return value
"""