summary refs log tree commit diff
path: root/synapse/replication
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-08-06 14:29:31 +0100
committerErik Johnston <erik@matrix.org>2018-08-06 14:29:31 +0100
commit051a99c4006a7deb1f9256df0a25c702dcdb451d (patch)
tree305090927e75833ebdb253b89a1cfebc57701fc5 /synapse/replication
parentMerge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_r... (diff)
downloadsynapse-051a99c4006a7deb1f9256df0a25c702dcdb451d.tar.xz
Fix isort
Diffstat (limited to 'synapse/replication')
-rw-r--r--synapse/replication/http/_base.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/synapse/replication/http/_base.py b/synapse/replication/http/_base.py
index a7d1b2dabe..4de3825fda 100644
--- a/synapse/replication/http/_base.py
+++ b/synapse/replication/http/_base.py
@@ -21,10 +21,7 @@ from six.moves import urllib
 
 from twisted.internet import defer
 
-from synapse.api.errors import (
-    CodeMessageException,
-    HttpResponseException,
-)
+from synapse.api.errors import CodeMessageException, HttpResponseException
 from synapse.util.caches.response_cache import ResponseCache
 from synapse.util.stringutils import random_string