diff --git a/packages/ragbits-cli/src/ragbits/cli/__init__.py b/packages/ragbits-cli/src/ragbits/cli/__init__.py index 46f4c6f4..9fc5d4a9 100644 --- a/packages/ragbits-cli/src/ragbits/cli/__init__.py +++ b/packages/ragbits-cli/src/ragbits/cli/__init__.py @@ -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: