diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-01-29 16:10:35 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-01-29 16:12:40 +0000 |
commit | acb68a39e02f405c116135400e33a3b1940a07f8 (patch) | |
tree | 4629354ff9d7091b8073558dc642ee188b16f136 /synapse/storage/pusher.py | |
parent | Only send a badge-reset if the user actually has unread notifications. (diff) | |
download | synapse-acb68a39e02f405c116135400e33a3b1940a07f8.tar.xz |
Code style fixes.
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) |