Skip to content

Commit c3a1ca0

Browse files
chore(pre-commit.ci): auto fixes
1 parent b29602c commit c3a1ca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zeroconf/_handlers/record_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def async_updates_from_response(self, msg: DNSIncoming) -> None:
127127
# expired and exists in the cache
128128
elif maybe_entry is not None:
129129
rec_update = RecordUpdate.__new__(RecordUpdate)
130-
rec_update._fast_init(record , maybe_entry)
130+
rec_update._fast_init(record, maybe_entry)
131131
updates.append(rec_update)
132132
removes.add(record)
133133

0 commit comments

Comments
 (0)