mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-05-14 11:12:14 +02:00
removes unused attribute of ProxyConnection
This commit is contained in:
parent
c0b25c0581
commit
439665177d
@ -43,7 +43,6 @@ class ProxyBaseClass(pydase.data_service.DataService, ProxyClassMixin):
|
|||||||
class ProxyConnection(pydase.components.DeviceConnection, ProxyClassMixin):
|
class ProxyConnection(pydase.components.DeviceConnection, ProxyClassMixin):
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self._initialised = False
|
|
||||||
self._reconnection_wait_time = 1.0
|
self._reconnection_wait_time = 1.0
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user