Import HomeServer from the proper module. (#9665)

This commit is contained in:
Patrick Cloke 2021-03-23 07:12:48 -04:00 committed by GitHub
parent 5b268997bd
commit b7748d3c00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 59 additions and 58 deletions

View file

@ -27,7 +27,7 @@ from synapse.types import Collection, StreamToken, get_domain_from_id
from synapse.util import json_decoder
if TYPE_CHECKING:
from synapse.app.homeserver import HomeServer
from synapse.server import HomeServer
logger = logging.getLogger(__name__)