summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-03-21 11:29:48 +0000
committerErik Johnston <erik@matrix.org>2019-03-21 11:29:48 +0000
commitd3f640f0ac4cee4a548d051715e69df11944906a (patch)
tree8f644e9fca5dbcf25b013058185af7d3954d2414
parentNewsfile (diff)
downloadsynapse-d3f640f0ac4cee4a548d051715e69df11944906a.tar.xz
isort
-rw-r--r--tests/rest/client/v1/test_admin.py2
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