diff options
author | David Baker <dave@matrix.org> | 2015-01-28 14:23:16 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-01-28 14:23:16 +0000 |
commit | 30fbba168b0f9bf8b38594b3badb9af463167485 (patch) | |
tree | 352b6e1026c154a2a4f004cb906f7cccf24584a9 /synapse/push | |
parent | 2015 (diff) | |
download | synapse-30fbba168b0f9bf8b38594b3badb9af463167485.tar.xz |
Easy on the newlines
Diffstat (limited to 'synapse/push')
-rw-r--r-- | synapse/push/pusherpool.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/push/pusherpool.py b/synapse/push/pusherpool.py index 716d9514cd..856defedac 100644 --- a/synapse/push/pusherpool.py +++ b/synapse/push/pusherpool.py @@ -47,7 +47,6 @@ class PusherPool: if p.user_name == user_name: yield p.presence_changed(state) - @defer.inlineCallbacks def start(self): pushers = yield self.store.get_all_pushers() |