Make flake8 happy

This commit is contained in:
Ludovic Stephan 2020-10-29 11:14:06 +01:00 committed by Martin Pépin
parent 411d7e7dce
commit 8b73460165
No known key found for this signature in database
GPG key ID: E7520278B1774448

View file

@ -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):