fix lint
This commit is contained in:
parent
b6498e323c
commit
8938cfab29
|
@ -44,6 +44,7 @@ else:
|
|||
def compare_digest(a, b):
|
||||
return a == b
|
||||
|
||||
|
||||
class UsersRestServlet(ClientV1RestServlet):
|
||||
PATTERNS = client_path_patterns("/admin/users/(?P<user_id>[^/]*)")
|
||||
|
||||
|
|
Loading…
Reference in New Issue