Merge pull request #65 from dahn94/main

fix: removed duplicate FormView import in quiz/views.py
This commit is contained in:
Adil Mohak 2024-09-12 11:31:15 +03:00 committed by GitHub
commit 004d73273f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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