Skip to content

Commit b979e46

Browse files
committed
Merge remote-tracking branch 'origin/heapq' into heapq
2 parents 4e5163e + f6f238b commit b979e46

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/zeroconf/_cache.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def _async_add(self, record: _DNSRecord) -> bool:
8989
store = self.cache.setdefault(record.key, {})
9090
new = record not in store and not isinstance(record, DNSNsec)
9191
store[record] = record
92-
assert store[record] is record
9392
when = record.created + (record.ttl * 1000)
9493
if self._expirations.get(record) != when:
9594
# Avoid adding duplicates to the heap

0 commit comments

Comments
 (0)