We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fce89d commit 69c4cf6Copy full SHA for 69c4cf6
1 file changed
zeroconf/__init__.py
@@ -1786,7 +1786,7 @@ def run(self) -> None:
1786
if not self._handlers_to_call:
1787
continue
1788
1789
- with self.zc._handlers_lock:
+ with self.zc._handlers_lock: # pylint: disable=protected-access
1790
(name_type, state_change) = self._handlers_to_call.popitem(False)
1791
1792
self._service_state_changed.fire(
0 commit comments