mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 09:54:33 +02:00
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:
@@ -13,11 +13,9 @@ import certbot.tests.util as test_util
|
||||
from certbot.tests.util import TempDirTestCase
|
||||
|
||||
try:
|
||||
# pylint: disable=import-error
|
||||
import win32api
|
||||
import win32security
|
||||
import ntsecuritycon
|
||||
# pylint: enable=import-error
|
||||
POSIX_MODE = False
|
||||
except ImportError:
|
||||
POSIX_MODE = True
|
||||
|
||||
Reference in New Issue
Block a user