mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-11 06:28:41 -05:00
Flatten the synapse.rest.client package (#10600)
This commit is contained in:
parent
b62eba7705
commit
642a42edde
123 changed files with 137 additions and 188 deletions
|
|
@ -24,7 +24,7 @@ from synapse.replication.tcp.streams.events import (
|
|||
EventsStreamRow,
|
||||
)
|
||||
from synapse.rest import admin
|
||||
from synapse.rest.client.v1 import login, room
|
||||
from synapse.rest.client import login, room
|
||||
|
||||
from tests.replication._base import BaseStreamTestCase
|
||||
from tests.test_utils.event_injection import inject_event, inject_member_event
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue