0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-21 18:09:02 +01:00

removed the unsued urlencoded

This commit is contained in:
nandini584 2024-03-26 10:56:50 +05:30
parent 2ae381b2fd
commit c95c3c3ba4

View File

@ -1,4 +1,4 @@
from urllib.parse import parse_qs, urlencode, urlparse, urlunparse
from urllib.parse import parse_qs, urlparse, urlunparse
from django.conf import settings
from django.utils.http import urlencode