mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
lint
This commit is contained in:
parent
677a533ee9
commit
4572e3bc8e
2 changed files with 0 additions and 5 deletions
|
|
@ -1,8 +1,4 @@
|
|||
"""Certbot command line constants"""
|
||||
import sys
|
||||
|
||||
from certbot.compat import os
|
||||
|
||||
cli_command = "certbot"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -134,7 +134,6 @@ def choose_plugin(prepared, question):
|
|||
opts = [plugin_ep.description_with_name +
|
||||
(" [Misconfigured]" if plugin_ep.misconfigured else "")
|
||||
for plugin_ep in prepared]
|
||||
names = set(plugin_ep.name for plugin_ep in prepared)
|
||||
|
||||
while True:
|
||||
disp = z_util(interfaces.IDisplay)
|
||||
|
|
|
|||
Loading…
Reference in a new issue