mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
cli.py PEP8 fixes
This commit is contained in:
parent
34cc714281
commit
32d32dbc12
1 changed files with 0 additions and 2 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Reference in a new issue