Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
import urllib.parse when using urllib.parse.quote (#7319)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Apr 22, 2020
1 parent 336989a commit ff5604e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/7319.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix an incorrect import in IdentityHandler.
2 changes: 1 addition & 1 deletion synapse/handlers/identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff5604e

Please sign in to comment.