From c1af2b420579c1c6e4a83a72e9d4b036ec95264e Mon Sep 17 00:00:00 2001 From: Alvaro Mariano Date: Sat, 27 May 2023 11:09:36 -0300 Subject: [PATCH] Fix #311 --- notifications/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/notifications/views.py b/notifications/views.py index f7f6b7d..4487429 100644 --- a/notifications/views.py +++ b/notifications/views.py @@ -16,7 +16,6 @@ from swapper import load_model from notifications import settings as notification_settings from notifications.helpers import get_notification_list -from notifications.models import Notification from notifications.utils import slug2id Notification = load_model('notifications', 'Notification')