We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f0cb89 + 8e4b680 commit a764c64Copy full SHA for a764c64
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