From 630c715350f48d931bb6ea8434c37ead2dad65bf Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Wed, 16 Sep 2015 17:03:09 -0700 Subject: [PATCH] lintmonster --- letsencrypt/cli.py | 2 +- letsencrypt/crypto_util.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 415b08d81..ab03a576f 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -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"] diff --git a/letsencrypt/crypto_util.py b/letsencrypt/crypto_util.py index ef66c8af2..a0fbb9bf7 100644 --- a/letsencrypt/crypto_util.py +++ b/letsencrypt/crypto_util.py @@ -16,8 +16,6 @@ from acme import jose from letsencrypt import errors from letsencrypt import le_util - - logger = logging.getLogger(__name__)