Skip to content

Commit 9f8ba47

Browse files
committed
chore: fix incompatible objects
1 parent 8df0ee2 commit 9f8ba47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zeroconf/_handlers/record_manager.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cdef class RecordManager:
2121
cdef public DNSCache cache
2222
cdef public cython.set listeners
2323

24-
cpdef void async_updates(self, object now, object records)
24+
cpdef void async_updates(self, object now, list records)
2525

2626
cpdef void async_updates_complete(self, bint notify)
2727

0 commit comments

Comments
 (0)