X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2common%2Fdomain%2Fevents.py;fp=o2common%2Fdomain%2Fevents.py;h=19d7e1148a90c325298e17bf8596e3f46e390462;hb=84867b76a65efc4e9add52c86eae7e451c4a038d;hp=591662f945328d0b1be28f736d7f801d35c50da9;hpb=19ee63847f8eb032009e63634b90eb594f3c0408;p=pti%2Fo2.git diff --git a/o2common/domain/events.py b/o2common/domain/events.py index 591662f..19d7e11 100644 --- a/o2common/domain/events.py +++ b/o2common/domain/events.py @@ -13,13 +13,8 @@ # limitations under the License. # pylint: disable=too-few-public-methods -from dataclasses import dataclass +# from dataclasses import dataclass class Event: pass - - -@dataclass -class OcloudUpdated(Event): - oCloudId: str