mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 10:32:17 -04: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
|
@ -22,7 +22,7 @@ from synapse.federation.units import Transaction
|
|||
from synapse.handlers.presence import UserPresenceState
|
||||
from synapse.module_api import ModuleApi
|
||||
from synapse.rest import admin
|
||||
from synapse.rest.client.v1 import login, presence, room
|
||||
from synapse.rest.client import login, presence, room
|
||||
from synapse.types import JsonDict, StreamToken, create_requester
|
||||
|
||||
from tests.handlers.test_sync import generate_sync_config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue