mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-28 13:30:27 -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
|
|
@ -33,7 +33,7 @@ from synapse.handlers.presence import (
|
|||
handle_update,
|
||||
)
|
||||
from synapse.rest import admin
|
||||
from synapse.rest.client.v1 import room
|
||||
from synapse.rest.client import room
|
||||
from synapse.types import UserID, get_domain_from_id
|
||||
|
||||
from tests import unittest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue