mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
fix: return type
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user