fix syntax

This commit is contained in:
Matteo Rosati
2026-04-23 21:06:31 +02:00
parent 65b3edda1c
commit 13d2f525a9
+2 -1
View File
@@ -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: