Update typing errors

This commit is contained in:
Matthias
2020-12-01 19:55:20 +01:00
parent 14d44b2cd6
commit 36b7edc342
3 changed files with 29 additions and 23 deletions

View File

@@ -542,7 +542,7 @@ class RPC:
else:
return None
def _rpc_delete(self, trade_id: str) -> Dict[str, Union[str, int]]:
def _rpc_delete(self, trade_id: int) -> Dict[str, Union[str, int]]:
"""
Handler for delete <id>.
Delete the given trade and close eventually existing open orders.