mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
lintmonster
This commit is contained in:
+1
-1
@@ -675,7 +675,7 @@ def create_parser(plugins, args):
|
||||
|
||||
# For now unfortunately this constant just needs to match the code below;
|
||||
# there isn't an elegant way to autogenerate it in time.
|
||||
VERBS = ["run", "auth", "install", "revoke", "rollback", "config_changes",\
|
||||
VERBS = ["run", "auth", "install", "revoke", "rollback", "config_changes",
|
||||
"plugins"]
|
||||
|
||||
|
||||
|
||||
@@ -16,8 +16,6 @@ from acme import jose
|
||||
from letsencrypt import errors
|
||||
from letsencrypt import le_util
|
||||
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user