Merge branch 'todos' of https://github.com/samgermain/freqtrade into todos

This commit is contained in:
Sam Germain 2022-02-16 05:47:49 -06:00
commit 6697333118

View File

@ -11,7 +11,7 @@ class CandleType(str, Enum):
# TODO: Could take up less memory if these weren't a CandleType
FUNDING_RATE = "funding_rate"
BORROW_RATE = "borrow_rate" # * unimplemented
# BORROW_RATE = "borrow_rate" # * unimplemented
@staticmethod
def from_string(value: str) -> 'CandleType':