Skip to content
Snippets Groups Projects
Commit 73896c41 authored by Carlos Vega's avatar Carlos Vega
Browse files

removed unused function

parent 03c72ab2
No related branches found
No related tags found
1 merge request!192Feature/add way to change password and PERMISSIONS
Pipeline #7590 passed
...@@ -7,7 +7,6 @@ from web.models.constants import GLOBAL_STUDY_ID ...@@ -7,7 +7,6 @@ from web.models.constants import GLOBAL_STUDY_ID
from django.http import HttpResponseForbidden from django.http import HttpResponseForbidden
from django.contrib.auth.models import Permission from django.contrib.auth.models import Permission
import functools import functools
from web.utils import is_django_migrating
from collections import defaultdict from collections import defaultdict
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
......
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