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: