From c1ef70e9b2616b392a2a5a25bbcabc29e682035a Mon Sep 17 00:00:00 2001
From: sandeepsajan0 <sandeepsajan0@gmail.com>
Date: Fri, 20 Aug 2021 16:07:02 +0530
Subject: [PATCH] Add File_Allowed_Extensions validation in ExtendedFormBuilder

---
 hypha/public/forms/models.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hypha/public/forms/models.py b/hypha/public/forms/models.py
index 62812d68a..b9372c943 100644
--- a/hypha/public/forms/models.py
+++ b/hypha/public/forms/models.py
@@ -5,7 +5,6 @@ from django.conf import settings
 from django.core.files.storage import get_storage_class
 from django.core.serializers.json import DjangoJSONEncoder
 from django.db import models
-from django.core.exceptions import ValidationError
 from django.forms import FileField, FileInput
 from django.utils.decorators import method_decorator
 from django.utils.translation import gettext_lazy as _
-- 
GitLab