From 069a52a27b16d44a42efa8f8fbf799f9222af496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=86=D0=B2=D0=B0=D0=BD=20=D0=9D=D1=94=D0=B4=D1=94=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D1=96=D1=86=D0=B5=D0=B2?= Date: Wed, 11 Sep 2024 15:39:37 +0300 Subject: [PATCH] style: [FC-0047] remove unnecessary pass --- lms/djangoapps/discussion/tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/djangoapps/discussion/tasks.py b/lms/djangoapps/discussion/tasks.py index da5a324ea7..3fef4f5f7c 100644 --- a/lms/djangoapps/discussion/tasks.py +++ b/lms/djangoapps/discussion/tasks.py @@ -79,7 +79,6 @@ class CommentNotification(BaseMessageType): """ Notify discussion participants of new comments. """ - pass @shared_task(base=LoggedTask)