disable an annoying pylint warning
authorsalimfadhley <sal@stodge.org>
Sat, 12 Oct 2013 17:35:41 +0000 (18:35 +0100)
committersalimfadhley <sal@stodge.org>
Sat, 12 Oct 2013 17:35:41 +0000 (18:35 +0100)
jenkinsapi/utils/krb_requester.py

index 0fce89102398b509d46c25a46e1d5f7322216f8e..7c45e53b09ad8eed62206a3aaf18e3d440aab386 100644 (file)
@@ -4,7 +4,7 @@ Kerberos aware Requester
 from jenkinsapi.utils.requester import Requester
 from requests_kerberos import HTTPKerberosAuth, OPTIONAL
 
-
+#pylint: disable=W0222
 class KrbRequester(Requester):
     """
     A class which carries out HTTP requests with Kerberos/GSSAPI authentication.