mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add missing return type in zeroconf (#50847)
This commit is contained in:
parent
a58eae1bf1
commit
e37256570c
@ -279,7 +279,7 @@ async def _async_register_hass_zc_service(
|
||||
class FlowDispatcher:
|
||||
"""Dispatch discovery flows."""
|
||||
|
||||
def __init__(self, hass: HomeAssistant):
|
||||
def __init__(self, hass: HomeAssistant) -> None:
|
||||
"""Init the discovery dispatcher."""
|
||||
self.hass = hass
|
||||
self.pending_flows: list[ZeroconfFlow] = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user