We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984d26f commit a85bbd8Copy full SHA for a85bbd8
1 file changed
zeroconf/aio.py
@@ -82,7 +82,6 @@ def __init__(
82
port: int = _MDNS_PORT,
83
delay: int = _BROWSER_TIME,
84
) -> None:
85
- self.aiozc = aiozc
86
super().__init__(aiozc.zeroconf, type_, handlers, listener, addr, port, delay) # type: ignore
87
self._browser_task = cast(asyncio.Task, asyncio.ensure_future(self.async_browser_task()))
88
0 commit comments