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

@ -24,7 +24,7 @@ from ._base import BaseSlavedStore
from ._slaved_id_tracker import SlavedIdTracker
if TYPE_CHECKING:
from synapse.app.homeserver import HomeServer
from synapse.server import HomeServer
class SlavedPusherStore(PusherWorkerStore, BaseSlavedStore):