Skip to content
Snippets Groups Projects
Commit 6873a52a authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

http.auth: Disable pylint warnings


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 81196341
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,8 @@ class HttpServerRequestAuthentication(object):
@param req: HTTP request context
"""
# Unused argument, method could be a function
# pylint: disable-msg=W0613,R0201
return False
def PreHandleRequest(self, req):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment