diff options
author | David Baker <dave@matrix.org> | 2015-03-25 19:08:17 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-03-25 19:08:17 +0000 |
commit | df4c12c76285fa8d423f1545453356a008690155 (patch) | |
tree | bc9dbfb92dc3f4a2e9ba3ec1e573b3b5591ecdb6 /synapse/push | |
parent | Allow multiple pushers for a single app ID & pushkey, honouring the 'append' ... (diff) | |
download | synapse-df4c12c76285fa8d423f1545453356a008690155.tar.xz |
pep8 blank lines
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 cda072839c..46444157c9 100644 --- a/synapse/push/pusherpool.py +++ b/synapse/push/pusherpool.py @@ -98,7 +98,6 @@ class PusherPool: ) self.remove_pusher(p['app_id'], p['pushkey'], p['user_name']) - @defer.inlineCallbacks def _add_pusher_to_store(self, user_name, access_token, profile_tag, kind, app_id, app_display_name, device_display_name, |