Skip to content
Snippets Groups Projects
Unverified Commit ff5604e7 authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

import urllib.parse when using urllib.parse.quote (#7319)

parent 336989a5
No related branches found
No related tags found
No related merge requests found
Fix an incorrect import in IdentityHandler.
\ No newline at end of file
...@@ -18,7 +18,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment