Skip to content

Commit

Permalink
Remove unused type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh committed Aug 8, 2023
1 parent 42a7071 commit c7075bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/cloud/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ async def async_alexa_message(self, payload: dict[Any, Any]) -> dict[Any, Any]:
"""Process cloud alexa message to client."""
cloud_user = await self._prefs.get_cloud_user()
aconfig = await self.get_alexa_config()
return await alexa_smart_home.async_handle_message( # type: ignore[no-any-return, no-untyped-call]
return await alexa_smart_home.async_handle_message(
self._hass,
aconfig,
payload,
Expand Down

0 comments on commit c7075bf

Please sign in to comment.