mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 08:40:03 +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,
|
sio_client: socketio.AsyncClient,
|
||||||
loop: asyncio.AbstractEventLoop,
|
loop: asyncio.AbstractEventLoop,
|
||||||
) -> None:
|
) -> None:
|
||||||
|
# declare before ProxyClassMixin init to avoid warning messaged
|
||||||
|
self._observers = {}
|
||||||
|
|
||||||
ProxyClassMixin.__init__(self, sio_client=sio_client, loop=loop)
|
ProxyClassMixin.__init__(self, sio_client=sio_client, loop=loop)
|
||||||
pydase.DataService.__init__(self)
|
pydase.DataService.__init__(self)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user