From 13d2f525a9daa83512bd76a4617496d264b40d3d Mon Sep 17 00:00:00 2001 From: Matteo Rosati Date: Thu, 23 Apr 2026 21:06:31 +0200 Subject: [PATCH] fix syntax --- chromy/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chromy/cli.py b/chromy/cli.py index 50241b5..d294822 100644 --- a/chromy/cli.py +++ b/chromy/cli.py @@ -113,7 +113,8 @@ def import_data( ], file: Annotated[ str, - typer.Argument(help="Path to the file to chunk and add to the collection."), + typer.Argument( + help="Path to the file to chunk and add to the collection."), ], ) -> None: try: