From 76d876a92122b49e79f9437763a7c884bfbd9317 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Wed, 3 Apr 2024 12:02:39 -0400 Subject: [PATCH] Cleanup pylintrc adjustments for six We don't need these [Typecheck] changes now that we have dropped python-six. Change-Id: I61ee79e89baa374a6690bf642902ba9b50a43046 --- pylintrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pylintrc b/pylintrc index bf0d3eee0..8cab70065 100644 --- a/pylintrc +++ b/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