X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fdomain%2Fcommands.py;h=0caca3744fc7d73045c18e99f3d1d92c505d54e1;hb=d7c14ad6506b2f1a85246c9e1d08d0d64e9df7f2;hp=9cc51d6fa71e3c4948b84db819d7c2e75eacb92e;hpb=b533c03e9233171cbd114339f98bd428688998a7;p=pti%2Fo2.git diff --git a/o2ims/domain/commands.py b/o2ims/domain/commands.py index 9cc51d6..0caca37 100644 --- a/o2ims/domain/commands.py +++ b/o2ims/domain/commands.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. @@ -138,8 +138,3 @@ class UpdatePserverAcc(UpdateResource): @dataclass class UpdateAlarm(UpdateFaultObject): parentid: str - - -@dataclass -class PurgeAlarmEvent(UpdateFaultObject): - data: AlarmEvent2SMO