Cleanup more pylint issues (#7848)

This PR builds on #7657 and cleans up additional unnecessary pylint comments and some stray comments referring to pylint: disable comments that have been deleted that I didn't notice in my review of that PR.

* Remove stray pylint link.

* Cleanup more pylint comments

* Cleanup magic_typing imports

* Remove unneeded pylint: enable comments
This commit is contained in:
Brad Warren
2020-03-16 09:43:48 -07:00
committed by GitHub
parent 30ec4cafe1
commit 06599a1e18
25 changed files with 4 additions and 38 deletions
-1
View File
@@ -3,7 +3,6 @@ import mock
import util
from acme.magic_typing import List # pylint: disable=unused-import, no-name-in-module
from certbot import errors
from certbot_apache._internal import assertions
-1
View File
@@ -5,7 +5,6 @@ import errno
import mock
from acme import challenges
from acme.magic_typing import List # pylint: disable=unused-import, no-name-in-module
from certbot import achallenges
from certbot import errors
from certbot.compat import filesystem