Skip to content

Commit

Permalink
Remove redundant pylint suppressions
Browse files Browse the repository at this point in the history
Change-Id: I3c90704c3d0b60b493f7f98a672606bf5bb3a219
  • Loading branch information
dpursehouse committed Jun 8, 2016
1 parent bd3f196 commit e63ee2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@
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
Expand Down

0 comments on commit e63ee2c

Please sign in to comment.