0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-06 11:18:47 +02:00

Easy on the newlines

This commit is contained in:
David Baker 2015-01-28 14:23:16 +00:00
parent dd3abbd61f
commit 30fbba168b

View file

@ -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()