Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng authored and hugovk committed Feb 14, 2024
1 parent 6427b61 commit 06842b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/norwegianblue/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 71,8 @@ def main() -> None:
"--show-title",
default="auto",
choices=("yes", "no", "auto"),
help="show or hide product title, 'auto' to show title only for multiple products (default: auto)",
help="show or hide product title, 'auto' to show title "
"only for multiple products (default: auto)",
)
parser.add_argument(
"-v",
Expand Down

0 comments on commit 06842b6

Please sign in to comment.