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

@ -46,7 +46,7 @@ from synapse.metrics.background_process_metrics import run_as_background_process
from synapse.types import JsonDict, get_domain_from_id
if TYPE_CHECKING:
from synapse.app.homeserver import HomeServer
from synapse.server import HomeServer
logger = logging.getLogger(__name__)