Remove unused import

This commit is contained in:
zandercymatics 2024-06-03 08:51:56 -06:00
parent e94412e7a5
commit f319067d31
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -3,7 +3,7 @@
"""
import logging
from urllib.parse import parse_qs, unquote, urlencode
from urllib.parse import parse_qs, unquote
from django.contrib import messages
from django.views.generic.edit import FormMixin