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