Skip to content
Snippets Groups Projects
Commit 3a4d615a authored by Christophe's avatar Christophe
Browse files

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

parent 2c41fbcf
Branches change/activity_delay_default_value
No related tags found
1 merge request!21bugfix: import slipped out of my PR ¯\_(ツ)_/¯
Pipeline #1665 passed
...@@ -11,6 +11,7 @@ from django.db.models.signals import post_save ...@@ -11,6 +11,7 @@ from django.db.models.signals import post_save
from django.dispatch import receiver from django.dispatch import receiver
from oidc_provider.models import Token from oidc_provider.models import Token
from django.urls import NoReverseMatch from django.urls import NoReverseMatch
from django.utils.translation import ugettext_lazy as _
from djangoldp.fields import LDPUrlField from djangoldp.fields import LDPUrlField
from djangoldp.models import Model from djangoldp.models import Model
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment