diff options
author | Erik Johnston <erik@matrix.org> | 2019-03-21 11:29:48 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-03-21 11:29:48 +0000 |
commit | d3f640f0ac4cee4a548d051715e69df11944906a (patch) | |
tree | 8f644e9fca5dbcf25b013058185af7d3954d2414 /tests/rest/client | |
parent | Newsfile (diff) | |
download | synapse-d3f640f0ac4cee4a548d051715e69df11944906a.tar.xz |
isort
Diffstat (limited to 'tests/rest/client')
-rw-r--r-- | tests/rest/client/v1/test_admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/v1/test_admin.py b/tests/rest/client/v1/test_admin.py index 8ea19351fe..8f1d2903bd 100644 --- a/tests/rest/client/v1/test_admin.py +++ b/tests/rest/client/v1/test_admin.py @@ -20,7 +20,7 @@ import json from mock import Mock 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 |