mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-22 20:50:23 +03:00
fix
This commit is contained in:
parent
e60aab14b4
commit
e001115221
1 changed files with 3 additions and 0 deletions
|
@ -13,8 +13,11 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from mock import Mock
|
||||
|
||||
from twisted.internet import defer
|
||||
|
||||
from synapse.api.errors import Codes, SynapseError
|
||||
from synapse.config.ratelimiting import FederationRateLimitConfig
|
||||
from synapse.federation.transport import server
|
||||
from synapse.rest import admin
|
||||
|
|
Loading…
Reference in a new issue