diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-01-29 16:18:59 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-01-29 16:18:59 +0000 |
commit | 8e571cbed8c1eccea169589362fa977406f594a6 (patch) | |
tree | 4723970b6cf46305c1db16145d05acc026fea3e7 /synapse/storage/pusher.py | |
parent | Merge branch 'client_v2_filter' into client_v2_sync (diff) | |
parent | Merge branch 'develop' into client_v2_filter (diff) | |
download | synapse-8e571cbed8c1eccea169589362fa977406f594a6.tar.xz |
Merge branch 'client_v2_filter' into client_v2_sync
Diffstat (limited to 'synapse/storage/pusher.py')
-rw-r--r-- | synapse/storage/pusher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/pusher.py b/synapse/storage/pusher.py index 113cdc8a8e..f253c9e2c3 100644 --- a/synapse/storage/pusher.py +++ b/synapse/storage/pusher.py @@ -170,4 +170,4 @@ class PushersTable(Table): "failing_since" ] - EntryType = collections.namedtuple("PusherEntry", fields) \ No newline at end of file + EntryType = collections.namedtuple("PusherEntry", fields) |