Skip to content

Commit f6f238b

Browse files
authored
Update src/zeroconf/_cache.py
1 parent 89d0ba8 commit f6f238b

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)