mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Add constructor return type in integrations A-D (#50903)
This commit is contained in:
@@ -35,7 +35,7 @@ class CloudClient(Interface):
|
||||
websession: aiohttp.ClientSession,
|
||||
alexa_user_config: dict[str, Any],
|
||||
google_user_config: dict[str, Any],
|
||||
):
|
||||
) -> None:
|
||||
"""Initialize client interface to Cloud."""
|
||||
self._hass = hass
|
||||
self._prefs = prefs
|
||||
|
||||
Reference in New Issue
Block a user