1
0

fix isort and mypy linting

This commit is contained in:
Andrew Morgan
2021-04-26 16:24:28 +01:00
parent f95ec907c1
commit 5706c8ba34
4 changed files with 8 additions and 7 deletions

View File

@@ -47,8 +47,8 @@ from synapse.storage.databases.main.events_bg_updates import (
from synapse.storage.databases.main.media_repository import (
MediaRepositoryBackgroundUpdateStore,
)
from synapse.storage.databases.main.pusher import PusherWorkerStore
from synapse.storage.databases.main.profile import ProfileStore
from synapse.storage.databases.main.pusher import PusherWorkerStore
from synapse.storage.databases.main.registration import (
RegistrationBackgroundUpdateStore,
find_max_generated_user_id_localpart,