Update candletype.py

This commit is contained in:
Sam Germain 2022-02-14 23:53:10 -06:00 committed by GitHub
parent a2b84561fe
commit 5f42ebfa4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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':