Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 7, 2024
1 parent bfac01a commit 1ede1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stitching/cli/stitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,10 @@ def create_parser():
type=str,
)
parser.add_argument(
'--imwrite_params',
"--imwrite_params",
action="store",
help="Parameters to pass into cv.imwrite().",
nargs='+',
nargs="+",
type=int,
)
parser.add_argument(
Expand Down

0 comments on commit 1ede1cd

Please sign in to comment.