Cleanup pylintrc adjustments for six
We don't need these [Typecheck] changes now that we have dropped python-six. Change-Id: I61ee79e89baa374a6690bf642902ba9b50a43046
This commit is contained in:
parent
2d733e47a8
commit
76d876a921
6
pylintrc
6
pylintrc
@ -30,9 +30,3 @@ max-args=6
|
||||
[Variables]
|
||||
|
||||
dummy-variables-rgx=_
|
||||
|
||||
[Typecheck]
|
||||
# Disable warnings on the HTTPSConnection classes because pylint doesn't
|
||||
# support importing from six.moves yet, see:
|
||||
# https://bitbucket.org/logilab/pylint/issue/550/
|
||||
ignored-classes=HTTPSConnection
|
||||
|
Loading…
x
Reference in New Issue
Block a user