0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-01-19 04:41:59 +01:00
This commit is contained in:
Neil Johnson 2019-01-29 12:44:10 +00:00
parent a124025dab
commit 4eeb2fb215

View file

@ -14,8 +14,9 @@
# limitations under the License.
from synapse.api.constants import DEFAULT_ROOM_VERSION, KNOWN_ROOM_VERSIONS
from synapse.rest.client.v1 import admin, login
from synapse.rest.client.v2_alpha import capabilities
from synapse.rest.client.v1 import login, admin
from tests import unittest