Skip to content
Snippets Groups Projects
Unverified Commit df62bded authored by Max Adamo's avatar Max Adamo
Browse files

remove unused variable from initialization

parent 72f3e3f6
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@ for loader, module_name, is_pkg in pkgutil.walk_packages(__path__):
CONSUL_TOKEN = config.get("acme", "consul_token")
WEB_BASE = config.get("acme", "web_base")
ACME_PROVIDERS = config.get("acme", "acme_providers")
PROVIDERS_CA = l_eval(config.get("acme", "providers_ca"))
# these parameters only work in test
if "unit-test" in config.sections():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment