Skip to content

Commit

Permalink
Remove redundant prefixes from constant names
Browse files Browse the repository at this point in the history
  • Loading branch information
gitAskur authored Mar 18, 2021
1 parent 170ef49 commit 7974e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eve_glue/notification_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class NotificationTypeEnumV2(enum.Enum):
"NotificationTypeEnumV9",
NotificationTypeEnumV8,
add={
"NotificationTypeExpertSystemExpiryImminent": 252,
"NotificationTypeExpertSystemExpired": 253,
"ExpertSystemExpiryImminent": 252,
"ExpertSystemExpired": 253,
}
)

0 comments on commit 7974e68

Please sign in to comment.