-
-
Notifications
You must be signed in to change notification settings - Fork 86
Wrong enum conversion #38
Open
Description
With the following definition,
class TaskType(str, enum.Enum):
TASK_TYPE1 = 'task_type1'
TASK_TYPE2 = 'task_type2'
the enum class instance is converted into a list. I would expect a string instead since str mixin is being inherited.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels