This commit is contained in:
Neil Johnson 2019-10-22 17:29:51 +01:00
parent 7b83fcbd48
commit 9df32f389f

View file

@ -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