forked from DGNum/gestioCOF
Make flake8 happy
This commit is contained in:
parent
411d7e7dce
commit
8b73460165
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ from django.forms.models import BaseInlineFormSet
|
||||||
from django.template import loader
|
from django.template import loader
|
||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
|
|
||||||
from bda.models import Attribution, Spectacle, SpectacleRevente
|
from bda.models import SpectacleRevente
|
||||||
|
|
||||||
|
|
||||||
class InscriptionInlineFormSet(BaseInlineFormSet):
|
class InscriptionInlineFormSet(BaseInlineFormSet):
|
||||||
|
|
Loading…
Reference in a new issue