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=50d25e65a00db2370b9aca7c84ab6572c66debd9;hb=3da89330f3837ac6cffd2cad4c4018c9f8c3327d;hp=19d7e1148a90c325298e17bf8596e3f46e390462;hpb=02b85e27680e1139bc8e1930af5449a26527b4de;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