mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
cli.py PEP8 fixes
This commit is contained in:
@@ -347,7 +347,6 @@ class HelpfulArgumentParser(object):
|
||||
|
||||
return parsed_args
|
||||
|
||||
|
||||
def set_test_server(self, parsed_args):
|
||||
"""We have --staging/--dry-run; perform sanity check and set config.server"""
|
||||
|
||||
@@ -370,7 +369,6 @@ class HelpfulArgumentParser(object):
|
||||
parsed_args.tos = True
|
||||
parsed_args.register_unsafely_without_email = True
|
||||
|
||||
|
||||
def handle_csr(self, parsed_args):
|
||||
"""Process a --csr flag."""
|
||||
if parsed_args.verb != "certonly":
|
||||
|
||||
Reference in New Issue
Block a user