From 0cd7518c21140d480e06a1d6086b6fe71e6d7533 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Mon, 28 Apr 2014 18:14:46 +0900 Subject: Stop using pylint - It has dependencies on several other modules. - It is too strict. It should be enough to run pyflakes. Change-Id: I17d1c3390e5530e2b2a86d680d9816a29f272707 --- example.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'example.py') diff --git a/example.py b/example.py index 6a27ac1..f53820a 100755 --- a/example.py +++ b/example.py @@ -32,9 +32,7 @@ import sys from requests.auth import HTTPBasicAuth, HTTPDigestAuth from requests.exceptions import RequestException try: - # pylint: disable=F0401 from requests_kerberos import HTTPKerberosAuth, OPTIONAL - # pylint: enable=F0401 _kerberos_support = True except ImportError: _kerberos_support = False -- cgit v1.2.1