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:
@ -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
|
||||||
|
Reference in New Issue
Block a user