diff --git a/eve_glue/notification_type.py b/eve_glue/notification_type.py index 4b65981..b4732df 100644 --- a/eve_glue/notification_type.py +++ b/eve_glue/notification_type.py @@ -200,6 +200,7 @@ class NotificationTypeEnum(enum.Enum): }, ) + NotificationTypeEnumV3 = new_from_enum( # pylint: disable=invalid-name "NotificationTypeEnumV3", NotificationTypeEnumV2,