We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df0ee2 commit 9f8ba47Copy full SHA for 9f8ba47
1 file changed
src/zeroconf/_handlers/record_manager.pxd
@@ -21,7 +21,7 @@ cdef class RecordManager:
21
cdef public DNSCache cache
22
cdef public cython.set listeners
23
24
- cpdef void async_updates(self, object now, object records)
+ cpdef void async_updates(self, object now, list records)
25
26
cpdef void async_updates_complete(self, bint notify)
27
0 commit comments