mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-18 08:54:54 +03:00
fix lint
This commit is contained in:
parent
b6498e323c
commit
8938cfab29
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ else:
|
||||||
def compare_digest(a, b):
|
def compare_digest(a, b):
|
||||||
return a == b
|
return a == b
|
||||||
|
|
||||||
|
|
||||||
class UsersRestServlet(ClientV1RestServlet):
|
class UsersRestServlet(ClientV1RestServlet):
|
||||||
PATTERNS = client_path_patterns("/admin/users/(?P<user_id>[^/]*)")
|
PATTERNS = client_path_patterns("/admin/users/(?P<user_id>[^/]*)")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue