summary refs log tree commit diff
path: root/synapse/storage/pusher.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-04-12 13:55:57 +0100
committerDavid Baker <dave@matrix.org>2016-04-12 13:55:57 +0100
commit7984ffdc6a1850f6e0eb46562c53a10ce31e09b0 (patch)
tree91acaf67a20ded735322a0aa29139f5d46c51c41 /synapse/storage/pusher.py
parentOops, forgot the desc. (diff)
downloadsynapse-7984ffdc6a1850f6e0eb46562c53a10ce31e09b0.tar.xz
Unneccessarywhitespaceisunnecessary
Diffstat (limited to 'synapse/storage/pusher.py')
-rw-r--r--synapse/storage/pusher.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/pusher.py b/synapse/storage/pusher.py
index e0b80d64f4..e64c0dce0a 100644
--- a/synapse/storage/pusher.py
+++ b/synapse/storage/pusher.py
@@ -87,7 +87,6 @@ class PusherStore(SQLBaseStore):
                 "last_stream_ordering",
                 "last_success",
                 "failing_since",
-
             ], desc="get_pushers_by"
         )
         defer.returnValue(self._decode_pushers_rows(ret))