summary refs log tree commit diff
path: root/synapse/push/httppusher.py
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-11-19 18:37:00 +0000
committerDavid Baker <dbkr@matrix.org>2014-11-19 18:37:00 +0000
commit051b18581109022d79d9f270d5f5e565688d89d0 (patch)
tree29d2ed2e4b951b70087f8c41eb56b34a2fdc91a0 /synapse/push/httppusher.py
parentStart creating a module to do generic notifications (just prints them to stdo... (diff)
downloadsynapse-051b18581109022d79d9f270d5f5e565688d89d0.tar.xz
remove random half-line
Diffstat (limited to 'synapse/push/httppusher.py')
-rw-r--r--synapse/push/httppusher.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/push/httppusher.py b/synapse/push/httppusher.py
index 988c4e32f5..f3c3ca8191 100644
--- a/synapse/push/httppusher.py
+++ b/synapse/push/httppusher.py
@@ -14,7 +14,6 @@
 # limitations under the License.
 
 from synapse.push import Pusher, PusherConfigException
-from synapse.http.client import
 
 import logging