From c07a30a60ed6dff8ea10ee99dbf801a4538148a2 Mon Sep 17 00:00:00 2001 From: Alvaro Mariano Date: Wed, 24 May 2023 11:54:01 +0000 Subject: [PATCH] Fix imports on views --- notifications/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/notifications/views.py b/notifications/views.py index d7a5c9d..f7f6b7d 100644 --- a/notifications/views.py +++ b/notifications/views.py @@ -14,7 +14,6 @@ from django.views.decorators.cache import never_cache from django.views.generic import ListView from swapper import load_model -from notifications import settings from notifications import settings as notification_settings from notifications.helpers import get_notification_list from notifications.models import Notification