Add missing return type in zeroconf (#50847)
This commit is contained in:
parent
a58eae1bf1
commit
e37256570c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue