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

@ -36,7 +36,7 @@ from synapse.storage.purge_events import PurgeEventsStorage
from synapse.storage.state import StateGroupStorage
if TYPE_CHECKING:
from synapse.app.homeserver import HomeServer
from synapse.server import HomeServer
__all__ = ["Databases", "DataStore"]