We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a92e15 commit e68d873Copy full SHA for e68d873
1 file changed
zeroconf/_protocol.py
@@ -22,7 +22,7 @@
22
23
import enum
24
import struct
25
-from typing import Any, Dict, List, Optional, Set, Sequence, TYPE_CHECKING, Tuple, Union, cast
+from typing import Any, Dict, List, Optional, Sequence, Set, TYPE_CHECKING, Tuple, Union, cast
26
27
28
from ._dns import DNSAddress, DNSHinfo, DNSNsec, DNSPointer, DNSQuestion, DNSRecord, DNSService, DNSText
0 commit comments