From bd945ec987225fb0af2f56cc2fec24c556da32fb Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 30 Jun 2022 00:08:37 +0200 Subject: [PATCH] fix import --- teleforma/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/forms.py b/teleforma/forms.py index 392a7464..9b8fc95a 100644 --- a/teleforma/forms.py +++ b/teleforma/forms.py @@ -1,6 +1,6 @@ from django.forms import ModelForm -from teleforma.models import * +from teleforma.models import Conference class ConferenceForm(ModelForm): -- 2.39.5