Skip to content

Commit 44f6f12

Browse files
Copilotwolph
andauthored
Plan tox build fixes
Agent-Logs-Url: https://github.com/wolph/python-progressbar/sessions/7a92701d-42dc-4a5a-85a7-458e27ca00b2 Co-authored-by: wolph <270571+wolph@users.noreply.github.com>
1 parent 2a304ff commit 44f6f12

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

progressbar/__main__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,12 @@ def create_argument_parser() -> argparse.ArgumentParser:
6262
Create the argument parser for the `progressbar` command.
6363
"""
6464

65-
parser = argparse.ArgumentParser(
66-
description="""
65+
parser = argparse.ArgumentParser(description="""
6766
Monitor the progress of data through a pipe.
6867
6968
Note that this is a Python implementation of the original `pv` command
7069
that is functional but not yet feature complete.
71-
"""
72-
)
70+
""")
7371

7472
# Display switches
7573
parser.add_argument(

0 commit comments

Comments
 (0)