summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorTravis Ralston <travpc@gmail.com>2018-10-12 15:11:59 -0600
committerTravis Ralston <travpc@gmail.com>2018-10-12 15:11:59 -0600
commit164f8e484356f0dc8bc32f30f668d4b69b46000b (patch)
tree4beea2118545e7cb0d1524b0e0ac9dc08cbee41c /synapse/handlers
parentMore sane handling of group errors and pep8 (diff)
downloadsynapse-164f8e484356f0dc8bc32f30f668d4b69b46000b.tar.xz
isort
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/groups_local.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/groups_local.py b/synapse/handlers/groups_local.py
index 66da6edad1..cb7e7d49cb 100644
--- a/synapse/handlers/groups_local.py
+++ b/synapse/handlers/groups_local.py
@@ -20,7 +20,7 @@ from six import iteritems
 
 from twisted.internet import defer
 
-from synapse.api.errors import (HttpResponseException, SynapseError)
+from synapse.api.errors import HttpResponseException, SynapseError
 from synapse.types import get_domain_from_id
 
 logger = logging.getLogger(__name__)