mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-16 17:09:25 +01: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