mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
import urllib.parse when using urllib.parse.quote (#7319)
This commit is contained in:
parent
336989a57f
commit
ff5604e7f1
1
changelog.d/7319.misc
Normal file
1
changelog.d/7319.misc
Normal file
@ -0,0 +1 @@
|
||||
Fix an incorrect import in IdentityHandler.
|
@ -18,7 +18,7 @@
|
||||
"""Utilities for interacting with Identity Servers"""
|
||||
|
||||
import logging
|
||||
import urllib
|
||||
import urllib.parse
|
||||
|
||||
from canonicaljson import json
|
||||
from signedjson.key import decode_verify_key_bytes
|
||||
|
Loading…
Reference in New Issue
Block a user