From 0db908250a09e3b70cafc752def140853b0c2ff8 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 24 Mar 2021 13:12:54 -0700 Subject: [PATCH] Remove references to LEAUTO --- certbot/certbot/_internal/cli/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/certbot/certbot/_internal/cli/__init__.py b/certbot/certbot/_internal/cli/__init__.py index d48fd419a..28d794a82 100644 --- a/certbot/certbot/_internal/cli/__init__.py +++ b/certbot/certbot/_internal/cli/__init__.py @@ -14,7 +14,6 @@ from certbot._internal.cli.cli_constants import COMMAND_OVERVIEW from certbot._internal.cli.cli_constants import DEPRECATED_OPTIONS from certbot._internal.cli.cli_constants import EXIT_ACTIONS from certbot._internal.cli.cli_constants import HELP_AND_VERSION_USAGE -from certbot._internal.cli.cli_constants import LEAUTO from certbot._internal.cli.cli_constants import new_path_prefix from certbot._internal.cli.cli_constants import old_path_fragment from certbot._internal.cli.cli_constants import SHORT_USAGE