Enhance documentation for dry-run wallet

This commit is contained in:
Matthias
2019-12-15 10:55:15 +01:00
parent 23d467eb0d
commit 56e13c8919
2 changed files with 6 additions and 11 deletions

View File

@@ -96,10 +96,3 @@ class Wallets:
def get_all_balances(self) -> Dict[str, Any]:
return self._wallets
class WalletsDry(Wallets):
def __init__(self, config: dict, exchange: Exchange) -> None:
super().__init__(config, exchange)