mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-29 10:26:09 +00:00
Blank lines
This commit is contained in:
@@ -218,6 +218,7 @@ class PushRuleRestServlet(ClientV1RestServlet):
|
||||
else:
|
||||
raise UnrecognizedRequestError()
|
||||
|
||||
|
||||
def _rule_spec_from_path(path):
|
||||
if len(path) < 2:
|
||||
raise UnrecognizedRequestError()
|
||||
|
||||
@@ -229,6 +229,7 @@ class PushRuleStore(SQLBaseStore):
|
||||
{'enabled': False}
|
||||
)
|
||||
|
||||
|
||||
class RuleNotFoundException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user