fix: removed duplicate FormView import in quiz/views.py

This commit is contained in:
dahn94 2024-08-25 22:20:29 -03:00
parent 8ca94a2f58
commit c50bdec8b4

View File

@ -8,7 +8,6 @@ from django.views.generic import (
TemplateView,
FormView,
CreateView,
FormView,
UpdateView,
)
from django.contrib import messages