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:
Eric Harney 2024-04-03 12:02:39 -04:00
parent 2d733e47a8
commit 76d876a921

View File

@ -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