Add constructor return type in integrations L-N (#50888)
* Add constructor return type in integrations L-N * Small fix
This commit is contained in:
parent
f3db819548
commit
e06a2a53c4
41 changed files with 44 additions and 44 deletions
|
@ -22,7 +22,7 @@ class AsyncConfigEntryAuth(AbstractAuth):
|
|||
oauth_session: config_entry_oauth2_flow.OAuth2Session,
|
||||
client_id: str,
|
||||
client_secret: str,
|
||||
):
|
||||
) -> None:
|
||||
"""Initialize Google Nest Device Access auth."""
|
||||
super().__init__(websession, API_URL)
|
||||
self._oauth_session = oauth_session
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue