diff --git a/backend/trip/utils/gmaps.py b/backend/trip/utils/gmaps.py index 5437e65..197ce65 100644 --- a/backend/trip/utils/gmaps.py +++ b/backend/trip/utils/gmaps.py @@ -52,4 +52,4 @@ async def gmaps_textsearch(search: str, api_key: str) -> list[dict[str, Any]]: data = response.json() return data.get("places", []) except Exception: - raise HTTPException(status_code=400, detail="Bad Request") \ No newline at end of file + raise HTTPException(status_code=400, detail="Bad Request")