mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix a bit more
This commit is contained in:
parent
b18c8d313c
commit
2114ac3144
3 changed files with 2 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from fastapi import FastAPI, HTTPException
|
||||
from fastapi import FastAPI
|
||||
import json
|
||||
import random
|
||||
from fastapi import FastAPI, Response
|
||||
|
|
@ -46,8 +46,7 @@ async def weather(req: WeatherRequest, res: Response):
|
|||
}
|
||||
)
|
||||
|
||||
raise HTTPException(status_code=404, detail="some error")
|
||||
# return weather_forecast
|
||||
return weather_forecast
|
||||
|
||||
|
||||
class InsuranceClaimDetailsRequest(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue