Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/zeroconf/_handlers/query_handler.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cdef class _QueryResponse:

cdef bint _is_probe
cdef cython.list _questions
cdef float _now
cdef double _now
cdef DNSCache _cache
cdef cython.dict _additionals
cdef cython.set _ucast
Expand Down Expand Up @@ -91,7 +91,7 @@ cdef class QueryHandler:
known_answers_set=cython.set,
is_unicast=bint,
is_probe=object,
now=float
now=double
)
cpdef async_response(self, cython.list msgs, cython.bint unicast_source)

Expand Down