Skip to content

Commit

Permalink
import urllib.parse when using urllib.parse.quote (matrix-org#7319)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored and phil-flex committed Jun 16, 2020
1 parent cc3b5a1 commit b6f6322
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 b6f6322

Please sign in to comment.