mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 14:44:55 -04:00
Import HomeServer from the proper module. (#9665)
This commit is contained in:
parent
5b268997bd
commit
b7748d3c00
59 changed files with 59 additions and 58 deletions
|
@ -45,7 +45,7 @@ from synapse.util.threepids import canonicalise_email, check_3pid_allowed
|
|||
from ._base import client_patterns, interactive_auth_handler
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from synapse.app.homeserver import HomeServer
|
||||
from synapse.server import HomeServer
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue