Skip to content

Commit 623202c

Browse files
committed
fmt
1 parent 44caae0 commit 623202c

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

python/cel/cli.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -560,13 +560,10 @@ def main(
560560
timing: Annotated[bool, typer.Option("-t", "--timing", help="Show evaluation timing")] = False,
561561
verbose: Annotated[bool, typer.Option("-v", "--verbose", help="Verbose output")] = False,
562562
version: Annotated[
563-
Optional[bool],
563+
Optional[bool],
564564
typer.Option(
565-
"--version",
566-
callback=version_callback,
567-
is_eager=True,
568-
help="Show version and exit"
569-
)
565+
"--version", callback=version_callback, is_eager=True, help="Show version and exit"
566+
),
570567
] = None,
571568
):
572569
"""

0 commit comments

Comments
 (0)