diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-01-29 16:18:34 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-01-29 16:18:34 +0000 |
commit | 295322048d7dc71ca008d85024cb538eec1e2b1a (patch) | |
tree | aa780f1ea48cab989d2802673f76b5e7e5aca285 /synapse/storage/pusher.py | |
parent | Fix code-style (diff) | |
parent | Code style fixes. (diff) | |
download | synapse-295322048d7dc71ca008d85024cb538eec1e2b1a.tar.xz |
Merge branch 'develop' into client_v2_filter
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) |