From 6873a52ab15792c17d37eece89642e89685eb94f Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Wed, 10 Mar 2010 14:57:43 +0100
Subject: [PATCH] http.auth: Disable pylint warnings

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 lib/http/auth.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/http/auth.py b/lib/http/auth.py
index 69633d0e7..f71ede097 100644
--- a/lib/http/auth.py
+++ b/lib/http/auth.py
@@ -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):
-- 
GitLab