Add missing return type in Core constructors (#50884)
This commit is contained in:
parent
cf228e3fe5
commit
391b2f8ccd
20 changed files with 29 additions and 25 deletions
|
@ -42,7 +42,7 @@ class DataUpdateCoordinator(Generic[T]):
|
|||
update_interval: timedelta | None = None,
|
||||
update_method: Callable[[], Awaitable[T]] | None = None,
|
||||
request_refresh_debouncer: Debouncer | None = None,
|
||||
):
|
||||
) -> None:
|
||||
"""Initialize global data updater."""
|
||||
self.hass = hass
|
||||
self.logger = logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue