format code
This commit is contained in:
+2
-1
@@ -98,7 +98,8 @@ def add_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:
|
||||
|
||||
Reference in New Issue
Block a user