Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMads Jensen <mje@inducks.org>2022-01-10 00:51:06 +0300
committerGitHub <noreply@github.com>2022-01-10 00:51:06 +0300
commit30b066f08260b73fc26256b5484a180468b9d0a6 (patch)
tree45021b996939b9c168611d7fb0b4677a7dc5d999 /certbot-nginx
parent7e5e51aeff46d5cda0ee92f64b9ba4b5058f5dd7 (diff)
Remove outdated pylint comments (#9167)
* Remove outdated pylint: disable=unused-import annotations. * remove # pylint: disable=ungrouped-imports annotations. * Remove single pylint: disable = unused-argument in DeleteIfAppropriateTest.test_opt_in_deletion.
Diffstat (limited to 'certbot-nginx')
-rw-r--r--certbot-nginx/certbot_nginx/_internal/configurator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-nginx/certbot_nginx/_internal/configurator.py b/certbot-nginx/certbot_nginx/_internal/configurator.py
index ede184159..46ec7d57e 100644
--- a/certbot-nginx/certbot_nginx/_internal/configurator.py
+++ b/certbot-nginx/certbot_nginx/_internal/configurator.py
@@ -28,7 +28,7 @@ from certbot_nginx._internal import constants
from certbot_nginx._internal import display_ops
from certbot_nginx._internal import http_01
from certbot_nginx._internal import nginxparser
-from certbot_nginx._internal import obj # pylint: disable=unused-import
+from certbot_nginx._internal import obj
from certbot_nginx._internal import parser
NAME_RANK = 0