Remove old TODO
This commit is contained in:
parent
ddbbbc2bbf
commit
648cd642c1
|
@ -169,7 +169,6 @@ class Money(util.Base):
|
||||||
cumul += float(amount) / rates[currency]
|
cumul += float(amount) / rates[currency]
|
||||||
return cumul
|
return cumul
|
||||||
|
|
||||||
# TODO: move to money
|
|
||||||
@inlineCallbacks
|
@inlineCallbacks
|
||||||
def get_profit(self, trades=False):
|
def get_profit(self, trades=False):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue