mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 16:50:02 +02:00
fixes warnings
This commit is contained in:
parent
5511ebc808
commit
473c6660e6
@ -195,6 +195,9 @@ class ProxyClass(pydase.data_service.DataService, ProxyClassMixin):
|
||||
sio_client: socketio.AsyncClient,
|
||||
loop: asyncio.AbstractEventLoop,
|
||||
) -> None:
|
||||
# declare before ProxyClassMixin init to avoid warning messaged
|
||||
self._observers = {}
|
||||
|
||||
ProxyClassMixin.__init__(self, sio_client=sio_client, loop=loop)
|
||||
pydase.DataService.__init__(self)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user