mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 03:54:52 -04:00
import urllib.parse when using urllib.parse.quote (#7319)
This commit is contained in:
parent
336989a57f
commit
ff5604e7f1
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue