From 10df242dcf10a003ff23934d58e902e2e4a3aff4 Mon Sep 17 00:00:00 2001 From: kdziedzic68 Date: Thu, 5 Dec 2024 11:29:13 +0100 Subject: [PATCH] ruff reformat --- packages/ragbits-cli/src/ragbits/cli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: