From c9dcbc75ec5aafdaa2aa41ea64dec7adb37276b5 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Sun, 2 Nov 2025 00:16:45 +0100 Subject: [PATCH] :art: EOF CRLF --- backend/trip/utils/gmaps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")