mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-07-08 18:57:59 +02:00
removes unused attribute of ProxyConnection
This commit is contained in:
@ -43,7 +43,6 @@ class ProxyBaseClass(pydase.data_service.DataService, ProxyClassMixin):
|
||||
class ProxyConnection(pydase.components.DeviceConnection, ProxyClassMixin):
|
||||
def __init__(self) -> None:
|
||||
super().__init__()
|
||||
self._initialised = False
|
||||
self._reconnection_wait_time = 1.0
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user