style: [FC-0047] remove unnecessary pass

This commit is contained in:
Іван Нєдєльніцев
2024-09-11 15:39:37 +03:00
parent eef99a6acc
commit 069a52a27b

View File

@@ -79,7 +79,6 @@ class CommentNotification(BaseMessageType):
"""
Notify discussion participants of new comments.
"""
pass
@shared_task(base=LoggedTask)