From 8b73460165aad092f352efd3cada6b88233ee3c1 Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Thu, 29 Oct 2020 11:14:06 +0100 Subject: [PATCH] Make flake8 happy --- bda/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bda/forms.py b/bda/forms.py index f0cea1bd..d1d0f74f 100644 --- a/bda/forms.py +++ b/bda/forms.py @@ -3,7 +3,7 @@ from django.forms.models import BaseInlineFormSet from django.template import loader from django.utils import timezone -from bda.models import Attribution, Spectacle, SpectacleRevente +from bda.models import SpectacleRevente class InscriptionInlineFormSet(BaseInlineFormSet):