forked from MirrorHub/synapse
Blank lines
This commit is contained in:
parent
769f8b58e8
commit
20436cdf75
2 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,7 @@ class PushRuleRestServlet(ClientV1RestServlet):
|
||||||
else:
|
else:
|
||||||
raise UnrecognizedRequestError()
|
raise UnrecognizedRequestError()
|
||||||
|
|
||||||
|
|
||||||
def _rule_spec_from_path(path):
|
def _rule_spec_from_path(path):
|
||||||
if len(path) < 2:
|
if len(path) < 2:
|
||||||
raise UnrecognizedRequestError()
|
raise UnrecognizedRequestError()
|
||||||
|
|
|
@ -229,6 +229,7 @@ class PushRuleStore(SQLBaseStore):
|
||||||
{'enabled': False}
|
{'enabled': False}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class RuleNotFoundException(Exception):
|
class RuleNotFoundException(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue