From 465bec70ac5e21fca481b31d5d041fc4b57ca1de Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 21 Dec 2018 00:24:45 -0500 Subject: Removed newlines --- examples/scripts/save_help_text.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/scripts') diff --git a/examples/scripts/save_help_text.py b/examples/scripts/save_help_text.py index d08463f2..d3c8a91e 100644 --- a/examples/scripts/save_help_text.py +++ b/examples/scripts/save_help_text.py @@ -37,9 +37,7 @@ def get_sub_commands(parser: argparse.ArgumentParser) -> List[str]: def add_help_to_file(command: str, outfile: TextIO) -> None: - """ - Write a header and help text for a command to the output file - """ + """Write a header and help text for a command to the output file""" header = '{}\nCOMMAND: {}\n{}\n'.format(ASTERISKS, command, ASTERISKS) outfile.write(header) -- cgit v1.2.1