mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-13 08:20:42 -05:00
isort
This commit is contained in:
parent
017ed9d423
commit
d3f640f0ac
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ import json
|
||||||
from mock import Mock
|
from mock import Mock
|
||||||
|
|
||||||
from synapse.api.constants import UserTypes
|
from synapse.api.constants import UserTypes
|
||||||
from synapse.rest.client.v1 import admin, login, room, events
|
from synapse.rest.client.v1 import admin, events, login, room
|
||||||
|
|
||||||
from tests import unittest
|
from tests import unittest
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue