diff options
author | Erik Johnston <erik@matrix.org> | 2018-08-06 14:29:31 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-08-06 14:29:31 +0100 |
commit | 051a99c4006a7deb1f9256df0a25c702dcdb451d (patch) | |
tree | 305090927e75833ebdb253b89a1cfebc57701fc5 | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_r... (diff) | |
download | synapse-051a99c4006a7deb1f9256df0a25c702dcdb451d.tar.xz |
Fix isort
-rw-r--r-- | synapse/replication/http/_base.py | 5 |
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 |