mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-19 17:44:02 +01:00
Brackets are nicer
This commit is contained in:
parent
4fbf2328c2
commit
6741c3dbd9
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ class PushRuleRestServlet(ClientV1RestServlet):
|
|||
'override': 4
|
||||
}
|
||||
PRIORITY_CLASS_INVERSE_MAP = {v: k for k,v in PRIORITY_CLASS_MAP.items()}
|
||||
SLIGHTLY_PEDANTIC_TRAILING_SLASH_ERROR =\
|
||||
"Unrecognised request: You probably wanted a trailing slash"
|
||||
SLIGHTLY_PEDANTIC_TRAILING_SLASH_ERROR = (
|
||||
"Unrecognised request: You probably wanted a trailing slash")
|
||||
|
||||
def rule_spec_from_path(self, path):
|
||||
if len(path) < 2:
|
||||
|
|
Loading…
Reference in a new issue