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:
parent
2ae381b2fd
commit
c95c3c3ba4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user