From e9c813fecba3f33f8b016dd4ea0f710cff9c1900 Mon Sep 17 00:00:00 2001 From: ayeshoali Date: Wed, 2 Oct 2024 16:10:24 +0500 Subject: [PATCH] refactor: fixed lint error --- openedx/core/djangoapps/notifications/config/waffle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openedx/core/djangoapps/notifications/config/waffle.py b/openedx/core/djangoapps/notifications/config/waffle.py index 635732de9fb..823f3f0a03d 100644 --- a/openedx/core/djangoapps/notifications/config/waffle.py +++ b/openedx/core/djangoapps/notifications/config/waffle.py @@ -56,5 +56,6 @@ # .. toggle_description: Waffle flag to enable new notification view # .. toggle_use_cases: temporary, open_edx # .. toggle_creation_date: 2024-09-30 +# .. toggle_target_removal_date: 2025-10-10 # .. toggle_tickets: INF-1603 ENABLE_NEW_NOTIFICATION_VIEW = CourseWaffleFlag(f"{WAFFLE_NAMESPACE}.enable_new_notification_view", __name__)