diff options
author | David Baker <dbkr@matrix.org> | 2014-11-19 18:37:00 +0000 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-11-19 18:37:00 +0000 |
commit | 051b18581109022d79d9f270d5f5e565688d89d0 (patch) | |
tree | 29d2ed2e4b951b70087f8c41eb56b34a2fdc91a0 /synapse/push/httppusher.py | |
parent | Start creating a module to do generic notifications (just prints them to stdo... (diff) | |
download | synapse-051b18581109022d79d9f270d5f5e565688d89d0.tar.xz |
remove random half-line
Diffstat (limited to 'synapse/push/httppusher.py')
-rw-r--r-- | synapse/push/httppusher.py | 1 |
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 |