X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2common%2Fdomain%2Fevents.py;h=50d25e65a00db2370b9aca7c84ab6572c66debd9;hb=2e17b150a5df5ecd11cf668e7cccea021a03ab7b;hp=19d7e1148a90c325298e17bf8596e3f46e390462;hpb=84867b76a65efc4e9add52c86eae7e451c4a038d;p=pti%2Fo2.git diff --git a/o2common/domain/events.py b/o2common/domain/events.py index 19d7e11..50d25e6 100644 --- a/o2common/domain/events.py +++ b/o2common/domain/events.py @@ -15,6 +15,8 @@ # pylint: disable=too-few-public-methods # from dataclasses import dataclass +# from datetime import datetime + class Event: pass