Skip to content

Commit 9c39b9c

Browse files
sirkirbyCopilot
andauthored
Update custom_components/unifi_network_rules/coordinator.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6d7693e commit 9c39b9c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

custom_components/unifi_network_rules/coordinator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def __init__(
6464
self.config_entry = None
6565

6666
# DataUpdateCoordinator handles concurrency internally, reducing need for manual locks
67-
self._update_lock = asyncio.Lock() # Keep for now, but coordinator provides built-in concurrency control
6867

6968
# Authentication state
7069
self._authentication_in_progress = False

0 commit comments

Comments
 (0)