Brackets are nicer
This commit is contained in:
parent
4fbf2328c2
commit
6741c3dbd9
|
@ -33,8 +33,8 @@ class PushRuleRestServlet(ClientV1RestServlet):
|
||||||
'override': 4
|
'override': 4
|
||||||
}
|
}
|
||||||
PRIORITY_CLASS_INVERSE_MAP = {v: k for k,v in PRIORITY_CLASS_MAP.items()}
|
PRIORITY_CLASS_INVERSE_MAP = {v: k for k,v in PRIORITY_CLASS_MAP.items()}
|
||||||
SLIGHTLY_PEDANTIC_TRAILING_SLASH_ERROR =\
|
SLIGHTLY_PEDANTIC_TRAILING_SLASH_ERROR = (
|
||||||
"Unrecognised request: You probably wanted a trailing slash"
|
"Unrecognised request: You probably wanted a trailing slash")
|
||||||
|
|
||||||
def rule_spec_from_path(self, path):
|
def rule_spec_from_path(self, path):
|
||||||
if len(path) < 2:
|
if len(path) < 2:
|
||||||
|
|
Loading…
Reference in New Issue