X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2common%2Fdomain%2Fevents.py;h=50d25e65a00db2370b9aca7c84ab6572c66debd9;hb=cf48d1f3e4ad5e8a5ca75cc6f5670b25e6817d8a;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