comments, formatting

This commit is contained in:
Sam Germain
2021-09-08 00:19:21 -06:00
parent e13b0414d8
commit f8248f3771
6 changed files with 7 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ class RPCException(Exception):
raise RPCException('*Status:* `no active trade`')
"""
# TODO-lev: Add new configuration options introduced with leveraged/short trading
def __init__(self, message: str) -> None:
super().__init__(self)