mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-12 20:42:25 +00:00
chore(cli): add mypy strict checking (#32386)
Co-authored-by: Mason Daugherty <mason@langchain.dev>
This commit is contained in:
committed by
GitHub
parent
444939945a
commit
e3c4aeaea1
@@ -6,7 +6,7 @@ app = FastAPI()
|
||||
|
||||
|
||||
@app.get("/")
|
||||
async def redirect_root_to_docs():
|
||||
async def redirect_root_to_docs() -> RedirectResponse:
|
||||
return RedirectResponse("/docs")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user