From 8065543c9789a9ba4e52f816a49241fe95c7dc5e Mon Sep 17 00:00:00 2001 From: a-tal Date: Thu, 26 Jul 2018 07:48:19 -0700 Subject: [PATCH] [lint] ocd whitespace --- eve_glue/notification_type.py | 1 + 1 file changed, 1 insertion(+) 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,