X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fdomain%2Fevents.py;h=ede48d2003c1257bb0d32667d1bca7418362d0a1;hb=6841e2e68f72068374d333723f5b5275bfb98933;hp=04e8a08b2d9d58768f2e5ae43d623de93227df87;hpb=e00040ca7c6149995c5883bcd9dd81e02b25d0da;p=pti%2Fo2.git diff --git a/o2ims/domain/events.py b/o2ims/domain/events.py index 04e8a08..ede48d2 100644 --- a/o2ims/domain/events.py +++ b/o2ims/domain/events.py @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2024 Wind River Systems, Inc. +# Copyright (C) 2021 Wind River Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -62,10 +62,3 @@ class AlarmEventChanged(Event): id: str notificationEventType: AlarmNotificationEventEnum updatetime: datetime.now() - - -@dataclass -class AlarmEventPurged(Event): - id: str - notificationEventType: AlarmNotificationEventEnum - updatetime: datetime.now()