From 0bfb693bae75f0450c701645756d7c353f461714 Mon Sep 17 00:00:00 2001 From: Mathieu Velten Date: Fri, 8 Jul 2022 21:05:15 +0200 Subject: [PATCH] fix --- synapse_bind_sydent/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/synapse_bind_sydent/__init__.py b/synapse_bind_sydent/__init__.py index 55fdf71..2c4b87d 100644 --- a/synapse_bind_sydent/__init__.py +++ b/synapse_bind_sydent/__init__.py @@ -13,9 +13,10 @@ # limitations under the License. import logging from typing import Any, Dict, Union +from urllib.parse import urlparse + # `Literal` appears with Python 3.8. from typing_extensions import Literal -from urllib.parse import urlparse import attr from synapse.module_api import ModuleApi