Skip to content

Commit

Permalink
run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gagb committed Dec 23, 2024
1 parent 73de584 commit 3d797ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/markitdown/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
version=f"%(prog)s {__version__}",
help="show the version number and exit",
)
parser.add_argument(
"filename", nargs="?", help="if unspecified, defaults to stdin"
)
parser.add_argument("filename", nargs="?", help="if unspecified, defaults to stdin")
parser.add_argument(
"-o",
"--output",
Expand Down

0 comments on commit 3d797ac

Please sign in to comment.