Skip to content

Commit 1a2ee68

Browse files
authored
Mark zeroconf.handlers as protected by renaming to zeroconf._handlers (#577)
- The public API should only access zeroconf and zeroconf.aio as internals may be relocated between releases
1 parent c29a235 commit 1a2ee68

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

zeroconf/_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
from typing import Dict, List, Optional, Type, Union, cast
3030

3131
from ._dns import DNSIncoming, DNSOutgoing, DNSQuestion
32+
from ._handlers import QueryHandler, RecordManager
3233
from .cache import DNSCache
3334
from .const import (
3435
_CACHE_CLEANUP_INTERVAL,
@@ -47,7 +48,6 @@
4748
_UNREGISTER_TIME,
4849
)
4950
from .exceptions import NonUniqueNameException
50-
from .handlers import QueryHandler, RecordManager
5151
from .logger import QuietLogger, log
5252
from .services import (
5353
RecordUpdateListener,

0 commit comments

Comments
 (0)