kytos / maintenance

Kytos Maintenance Window NApp
0 stars 12 forks source link

Status subclass of IntEnum instead of Enum #42

Closed ajoaoff closed 3 years ago

ajoaoff commented 3 years ago

This change allows Status to be JSON Serializable

:bookmark_tabs: Description of the Change

Status was subclassing Enum, making it not JSON serializable. Now it subclasses IntEnum, which is serializable.

:page_facing_up: Release Notes