mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
Fix imports on views
This commit is contained in:
parent
40a3f84083
commit
c07a30a60e
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue