Skip to content

Commit

Permalink
fix: revert DNSIncoming cimport in _dns.pxd (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Aug 3, 2023
1 parent ffe8fd5 commit 5f14b6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/zeroconf/_dns.pxd
@@ -1,8 +1,6 @@

import cython

from ._protocol.incoming cimport DNSIncoming


cdef object _LEN_BYTE
cdef object _LEN_SHORT
Expand Down Expand Up @@ -44,7 +42,7 @@ cdef class DNSRecord(DNSEntry):
@cython.locals(
answers=cython.list,
)
cpdef suppressed_by(self, DNSIncoming msg)
cpdef suppressed_by(self, object msg)

cpdef get_expiration_time(self, cython.uint percent)

Expand Down

0 comments on commit 5f14b6d

Please sign in to comment.