Remove old TODO

This commit is contained in:
Mark Veidemanis 2022-05-09 08:23:38 +01:00
parent ddbbbc2bbf
commit 648cd642c1
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ class Money(util.Base):
cumul += float(amount) / rates[currency]
return cumul
# TODO: move to money
@inlineCallbacks
def get_profit(self, trades=False):
"""