diff --git a/plone/app/discussion/comment.py b/plone/app/discussion/comment.py index c461048..0186a6e 100644 --- a/plone/app/discussion/comment.py +++ b/plone/app/discussion/comment.py @@ -143,7 +143,7 @@ class Comment( # Naive dates were always stored utc return old_date.replace(tzinfo=timezone.utc) return old_date - return super(Comment, self).__getattribute__(attr) + return super().__getattribute__(attr) @property def __name__(self):