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
|
@ -15,7 +15,7 @@ class ConfigEntryAuth(pybotvac.OAuthSession):
|
|||
hass: core.HomeAssistant,
|
||||
config_entry: config_entries.ConfigEntry,
|
||||
implementation: config_entry_oauth2_flow.AbstractOAuth2Implementation,
|
||||
):
|
||||
) -> None:
|
||||
"""Initialize Neato Botvac Auth."""
|
||||
self.hass = hass
|
||||
self.session = config_entry_oauth2_flow.OAuth2Session(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue