mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 19:10:45 +03:00
isort
This commit is contained in:
parent
7b83fcbd48
commit
9df32f389f
1 changed files with 1 additions and 1 deletions
|
@ -20,9 +20,9 @@ from twisted.internet import defer
|
||||||
|
|
||||||
from synapse.api.constants import (
|
from synapse.api.constants import (
|
||||||
EventTypes,
|
EventTypes,
|
||||||
|
LimitBlockingTypes,
|
||||||
ServerNoticeLimitReached,
|
ServerNoticeLimitReached,
|
||||||
ServerNoticeMsgType,
|
ServerNoticeMsgType,
|
||||||
LimitBlockingTypes,
|
|
||||||
)
|
)
|
||||||
from synapse.api.errors import AuthError, ResourceLimitError, SynapseError
|
from synapse.api.errors import AuthError, ResourceLimitError, SynapseError
|
||||||
from synapse.server_notices.server_notices_manager import SERVER_NOTICE_ROOM_TAG
|
from synapse.server_notices.server_notices_manager import SERVER_NOTICE_ROOM_TAG
|
||||||
|
|
Loading…
Reference in a new issue