Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMaul committed Jul 8, 2022
1 parent ad3512b commit 0bfb693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion synapse_bind_sydent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bfb693

Please sign in to comment.