We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe8fd5 commit 5f14b6dCopy full SHA for 5f14b6d
1 file changed
src/zeroconf/_dns.pxd
@@ -1,8 +1,6 @@
1
2
import cython
3
4
-from ._protocol.incoming cimport DNSIncoming
5
-
6
7
cdef object _LEN_BYTE
8
cdef object _LEN_SHORT
@@ -44,7 +42,7 @@ cdef class DNSRecord(DNSEntry):
44
42
@cython.locals(
45
43
answers=cython.list,
46
)
47
- cpdef suppressed_by(self, DNSIncoming msg)
+ cpdef suppressed_by(self, object msg)
48
49
cpdef get_expiration_time(self, cython.uint percent)
50
0 commit comments