From 73896c4171eecf0f62ae0bf334a12d832e148c03 Mon Sep 17 00:00:00 2001
From: Carlos Vega <carlos.vega@uni.lu>
Date: Thu, 22 Nov 2018 13:43:41 +0100
Subject: [PATCH] removed unused function

---
 smash/web/decorators.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/smash/web/decorators.py b/smash/web/decorators.py
index 2aafa532..62fd8143 100644
--- a/smash/web/decorators.py
+++ b/smash/web/decorators.py
@@ -7,7 +7,6 @@ from web.models.constants import GLOBAL_STUDY_ID
 from django.http import HttpResponseForbidden
 from django.contrib.auth.models import Permission
 import functools
-from web.utils import is_django_migrating
 from collections import defaultdict
 
 logger = logging.getLogger(__name__)
-- 
GitLab