diff options
author | David Baker <dave@matrix.org> | 2015-03-11 10:01:17 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-03-11 10:01:17 +0000 |
commit | 83b1e7fb3cd411a4e86fe8926e71c28495c7fa60 (patch) | |
tree | ac14dbe30dc58af145750ad771bc7a38c0610f4b /synapse/push | |
parent | Add the master push rule for the break-my-push button. Allow server default r... (diff) | |
download | synapse-83b1e7fb3cd411a4e86fe8926e71c28495c7fa60.tar.xz |
PEP8 blank lines
Diffstat (limited to 'synapse/push')
-rw-r--r-- | synapse/push/baserules.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/push/baserules.py b/synapse/push/baserules.py index bf6ee67100..0443ee3779 100644 --- a/synapse/push/baserules.py +++ b/synapse/push/baserules.py @@ -58,6 +58,7 @@ def make_base_append_rules(user, kind): return rules + def make_base_prepend_rules(user, kind): rules = [] |