X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fdomain%2Fevents.py;h=19adab19be7d41cd9f6e8392978476c29544b66b;hb=8ce7973df58d75f63dca57264d4934089a8629c5;hp=eb0250f3385e96bed49bed63f4c143c4584934a6;hpb=d2f6cc674bf3623caf114a8d7709e70d55ec9340;p=pti%2Fo2.git diff --git a/o2ims/domain/events.py b/o2ims/domain/events.py index eb0250f..19adab1 100644 --- a/o2ims/domain/events.py +++ b/o2ims/domain/events.py @@ -49,12 +49,6 @@ class ResourceChanged(Event): updatetime: datetime.now() -@dataclass -class ConfigurationChanged(Event): - id: str - updatetime: datetime.now() - - @dataclass class AlarmEventChanged(Event): id: str