mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Add missing return type in zeroconf (#50847)
This commit is contained in:
@@ -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] = []
|
||||
|
Reference in New Issue
Block a user