mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
Remove unused import
This commit is contained in:
parent
e94412e7a5
commit
f319067d31
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue