We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d0ba8 commit f6f238bCopy full SHA for f6f238b
1 file changed
src/zeroconf/_cache.py
@@ -89,7 +89,6 @@ def _async_add(self, record: _DNSRecord) -> bool:
89
store = self.cache.setdefault(record.key, {})
90
new = record not in store and not isinstance(record, DNSNsec)
91
store[record] = record
92
- assert store[record] is record
93
when = record.created + (record.ttl * 1000)
94
if self._expirations.get(record) != when:
95
# Avoid adding duplicates to the heap
0 commit comments