import urllib.parse when using urllib.parse.quote (#7319)
This commit is contained in:
parent
336989a57f
commit
ff5604e7f1
|
@ -0,0 +1 @@
|
||||||
|
Fix an incorrect import in IdentityHandler.
|
|
@ -18,7 +18,7 @@
|
||||||
"""Utilities for interacting with Identity Servers"""
|
"""Utilities for interacting with Identity Servers"""
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import urllib
|
import urllib.parse
|
||||||
|
|
||||||
from canonicaljson import json
|
from canonicaljson import json
|
||||||
from signedjson.key import decode_verify_key_bytes
|
from signedjson.key import decode_verify_key_bytes
|
||||||
|
|
Loading…
Reference in New Issue