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 0bfb693 commit e462312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions synapse_bind_sydent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
from typing import Any, Dict, Union
from urllib.parse import urlparse

# `Literal` appears with Python 3.8.
from typing_extensions import Literal

import attr
from synapse.module_api import ModuleApi
from synapse.module_api.errors import ConfigError

# `Literal` appears with Python 3.8.
from typing_extensions import Literal

logger = logging.getLogger(__name__)


Expand Down

0 comments on commit e462312

Please sign in to comment.