Merge branch 'fix-local-notification-sending' into 'master'

bugfix: import slipped out of my PR ¯\_(ツ)_/¯

See merge request startinblox/djangoldp-packages/djangoldp-notifications!21
This commit is contained in:
Jean-Baptiste Pasquier 2019-12-13 16:09:58 +00:00
commit 6bddcea475
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ from django.db.models.signals import post_save
from django.dispatch import receiver
from oidc_provider.models import Token
from django.urls import NoReverseMatch
from django.utils.translation import ugettext_lazy as _
from djangoldp.fields import LDPUrlField
from djangoldp.models import Model