🎨 EOF CRLF

This commit is contained in:
itskovacs 2025-11-02 00:16:45 +01:00
parent 8f671afb58
commit c9dcbc75ec

View File

@ -52,4 +52,4 @@ async def gmaps_textsearch(search: str, api_key: str) -> list[dict[str, Any]]:
data = response.json() data = response.json()
return data.get("places", []) return data.get("places", [])
except Exception: except Exception:
raise HTTPException(status_code=400, detail="Bad Request") raise HTTPException(status_code=400, detail="Bad Request")