Skip to content

Commit 465bec7

Browse files
committed
Removed newlines
1 parent c4b0b38 commit 465bec7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/scripts/save_help_text.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ def get_sub_commands(parser: argparse.ArgumentParser) -> List[str]:
3737

3838

3939
def add_help_to_file(command: str, outfile: TextIO) -> None:
40-
"""
41-
Write a header and help text for a command to the output file
42-
"""
40+
"""Write a header and help text for a command to the output file"""
4341
header = '{}\nCOMMAND: {}\n{}\n'.format(ASTERISKS, command, ASTERISKS)
4442
outfile.write(header)
4543

0 commit comments

Comments
 (0)