mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-09 01:16:50 +00:00
Remove unused import from server.py
This commit is contained in:
parent
7f6f3f9d62
commit
e5725eb3b9
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
# Imports required for the default HomeServer() implementation
|
# Imports required for the default HomeServer() implementation
|
||||||
from synapse.federation import initialize_http_replication
|
from synapse.federation import initialize_http_replication
|
||||||
from synapse.events.utils import serialize_event
|
|
||||||
from synapse.notifier import Notifier
|
from synapse.notifier import Notifier
|
||||||
from synapse.api.auth import Auth
|
from synapse.api.auth import Auth
|
||||||
from synapse.handlers import Handlers
|
from synapse.handlers import Handlers
|
||||||
|
|
Loading…
Add table
Reference in a new issue