Fixed issues raised in PR
This commit is contained in:
@@ -8,4 +8,8 @@ class MarketDirection(Enum):
|
||||
LONG = "long"
|
||||
SHORT = "short"
|
||||
EVEN = "even"
|
||||
NONE = ''
|
||||
NONE = "none"
|
||||
|
||||
def __str__(self):
|
||||
# convert to string
|
||||
return self.value
|
||||
|
Reference in New Issue
Block a user