fix syntax
This commit is contained in:
+2
-1
@@ -113,7 +113,8 @@ def import_data(
|
|||||||
],
|
],
|
||||||
file: Annotated[
|
file: Annotated[
|
||||||
str,
|
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:
|
) -> None:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user