1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-31 03:45:13 +00:00
This commit is contained in:
Erik Johnston 2019-03-21 11:29:48 +00:00
parent 017ed9d423
commit d3f640f0ac

View file

@ -20,7 +20,7 @@ import json
from mock import Mock
from synapse.api.constants import UserTypes
from synapse.rest.client.v1 import admin, login, room, events
from synapse.rest.client.v1 import admin, events, login, room
from tests import unittest