diff options
author | David Baker <dave@matrix.org> | 2015-01-22 17:53:30 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-01-22 17:53:30 +0000 |
commit | 7ecb49ef25937558f1a19a8fe47879d4b9116316 (patch) | |
tree | 2f2ac0ba71f7b4c48fbd4d0b45422d2e186bb512 /synapse/storage | |
parent | Merge branch 'develop' into pushers (diff) | |
download | synapse-7ecb49ef25937558f1a19a8fe47879d4b9116316.tar.xz |
Insufficient newlines
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/push_rule.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/push_rule.py b/synapse/storage/push_rule.py index 76c4557600..dbbb35b2ab 100644 --- a/synapse/storage/push_rule.py +++ b/synapse/storage/push_rule.py @@ -172,6 +172,7 @@ class PushRuleStore(SQLBaseStore): txn.execute(sql, new_rule.values()) + class RuleNotFoundException(Exception): pass |