Eliminate duplicate word in wallets docstring

This commit is contained in:
Matthias 2024-04-28 15:16:45 +02:00
parent d0624570af
commit cabdfabf03

View File

@ -70,7 +70,7 @@ class Wallets:
def _update_dry(self) -> None: def _update_dry(self) -> None:
""" """
Update from database in dry-run mode Update from database in dry-run mode
- Apply apply profits of closed trades on top of stake amount - Apply profits of closed trades on top of stake amount
- Subtract currently tied up stake_amount in open trades - Subtract currently tied up stake_amount in open trades
- update balances for currencies currently in trades - update balances for currencies currently in trades
""" """