We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2357f51 commit 8e4b680Copy full SHA for 8e4b680
pyhilo/api.py
@@ -762,4 +762,4 @@ async def get_weather(self, location_id: int) -> dict[str, Any]:
762
LOG.debug("Weather URL is %s", url)
763
response = await self.async_request("get", url)
764
LOG.debug("Weather API response: %s", response)
765
- return cast(dict[str, Any], await self.async_request("get", url))
+ return cast(dict[str, Any], response)
0 commit comments