forked from MirrorHub/synapse
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…
Reference in a new issue