From fbe09c236407af18e60e4dba41833798d6c89419 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 May 2026 09:54:16 +0000 Subject: [PATCH] format: auto-format code [skip ci] --- tensors/cli.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tensors/cli.py b/tensors/cli.py index 1829a7e..a1a0245 100644 --- a/tensors/cli.py +++ b/tensors/cli.py @@ -2610,9 +2610,7 @@ def db_list( # noqa: PLR0915 remote: Annotated[ str | None, typer.Option("-r", "--remote", help="Remote server name or URL (overrides default_remote)") ] = None, - local: Annotated[ - bool, typer.Option("--local", help="Force read from local DB, ignoring default_remote") - ] = False, + local: Annotated[bool, typer.Option("--local", help="Force read from local DB, ignoring default_remote")] = False, json_output: Annotated[bool, typer.Option("--json", "-j", help="Output as JSON")] = False, ) -> None: """List files indexed in the tensors DB.