mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 00:48:54 -05:00
isort
This commit is contained in:
parent
a124025dab
commit
4eeb2fb215
1 changed files with 2 additions and 1 deletions
|
|
@ -14,8 +14,9 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from synapse.api.constants import DEFAULT_ROOM_VERSION, KNOWN_ROOM_VERSIONS
|
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.v2_alpha import capabilities
|
||||||
from synapse.rest.client.v1 import login, admin
|
|
||||||
from tests import unittest
|
from tests import unittest
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue