diff --git a/instructor/cli/cli.py b/instructor/cli/cli.py index bbccb04..c3b8af5 100644 --- a/instructor/cli/cli.py +++ b/instructor/cli/cli.py @@ -13,7 +13,7 @@ app.add_typer(hub.app, name="hub", help="Interact with the instructor hub") @app.command() -def docs(query: str = typer.Argument(None, help="Search the documentation")): +def docs(query: str = typer.Argument(None, help="Search the documentation")) -> None: """ Open the instructor documentation website. """