Skip to content

Commit

Permalink
noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
kdziedzic68 committed Dec 5, 2024
1 parent 6e6c78f commit 481f4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ragbits-cli/src/ragbits/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

@app.callback()
def output_type(
output: OutputType = typer.Option("text", "--output", "-o", help="Set the output type (text or json)"),
output: OutputType = typer.Option("text", "--output", "-o", help="Set the output type (text or json)"), # noqa: B008
) -> None:
"""Sets an output type for the CLI
Args:
Expand Down

0 comments on commit 481f4fc

Please sign in to comment.