diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-12-12 18:40:39 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-12-12 18:41:30 +0100 |
commit | 0648e76979e4626cf3719edc5958eb4f170e0d1e (patch) | |
tree | 6e654794e093fb586e02835ab9a1947156c9d6ef /synapse/http/client.py | |
parent | Fixup for #1689 and #1690 (diff) | |
download | synapse-0648e76979e4626cf3719edc5958eb4f170e0d1e.tar.xz |
Remove spurious newline
Apparently I just removed the spaces instead... Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'synapse/http/client.py')
-rw-r--r-- | synapse/http/client.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/http/client.py b/synapse/http/client.py index 37988716e7..ca2f770f5d 100644 --- a/synapse/http/client.py +++ b/synapse/http/client.py @@ -405,7 +405,6 @@ class SpiderEndpointFactory(object): ) - class SpiderHttpClient(SimpleHttpClient): """ Separate HTTP client for spidering arbitrary URLs. |