0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

refactor(client_utils): remove unused auto update attributes from BECGuiClient

This commit is contained in:
2025-04-15 11:40:22 +02:00
parent c434af9b92
commit b7795b4d0a

View File

@ -204,8 +204,6 @@ class BECGuiClient(RPCBase):
super().__init__(**kwargs) super().__init__(**kwargs)
self._lock = Lock() self._lock = Lock()
self._anchor_widget = "launcher" self._anchor_widget = "launcher"
self._auto_updates_enabled = True
self._auto_updates = None
self._killed = False self._killed = False
self._top_level: dict[str, RPCReference] = {} self._top_level: dict[str, RPCReference] = {}
self._startup_timeout = 0 self._startup_timeout = 0