Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Feb 22, 2024
1 parent d94edeb commit 7188902
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions matter_server/server/device_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ def __init__(
# we keep the last events in memory so we can include them in the diagnostics dump
self.event_history: deque[Attribute.EventReadResult] = deque(maxlen=25)
self._subscriptions: dict[int, Attribute.SubscriptionTransaction] = {}
self._attr_subscriptions: dict[int, list[Attribute.AttributePath]] = {}
self._resub_debounce_timer: dict[int, asyncio.TimerHandle] = {}
self._nodes_in_setup: set[int] = set()
self._mdns_last_seen: dict[int, float] = {}
self._nodes: dict[int, MatterNodeData] = {}
Expand Down

0 comments on commit 7188902

Please sign in to comment.