Skip to content

Commit

Permalink
ruff reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
kdziedzic68 committed Dec 5, 2024
1 parent 481f4fc commit 10df242
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)"), # noqa: B008
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 10df242

Please sign in to comment.