mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Fix more pep8
This commit is contained in:
parent
d0a2b38457
commit
5ee17f698e
2 changed files with 2 additions and 3 deletions
|
|
@ -879,7 +879,6 @@ def prepare_and_parse_args(plugins, args):
|
|||
# parser (--help should display plugin-specific options last)
|
||||
_plugins_parsing(helpful, plugins)
|
||||
|
||||
|
||||
return helpful.parse_args()
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -51,8 +51,8 @@ class PluginEntryPointTest(unittest.TestCase):
|
|||
|
||||
def test_description(self):
|
||||
self.assertEqual(
|
||||
"Automatically use a temporary webserver",
|
||||
self.plugin_ep.description)
|
||||
"Automatically use a temporary webserver",
|
||||
self.plugin_ep.description)
|
||||
|
||||
def test_description_with_name(self):
|
||||
self.plugin_ep.plugin_cls = mock.MagicMock(description="Desc")
|
||||
|
|
|
|||
Loading…
Reference in a new issue