Add constructor return type in integrations A-D (#50903)

This commit is contained in:
Shay Levy 2021-05-20 18:51:39 +03:00 committed by GitHub
parent b1138b1aab
commit cf228e3fe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 54 additions and 46 deletions

View file

@ -20,7 +20,7 @@ class ConnectDenonAVR:
zone2: bool,
zone3: bool,
async_client_getter: Callable,
):
) -> None:
"""Initialize the class."""
self._async_client_getter = async_client_getter
self._receiver = None