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, TemplateView,
FormView, FormView,
CreateView, CreateView,
FormView,
UpdateView, UpdateView,
) )
from django.contrib import messages from django.contrib import messages