mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-12-29 09:01:18 +01:00
Using super() in proxy class constructor
This commit is contained in:
@@ -31,8 +31,7 @@ class ProxyClass(ProxyClassMixin, pydase.components.DeviceConnection):
|
||||
def __init__(
|
||||
self, sio_client: socketio.AsyncClient, loop: asyncio.AbstractEventLoop
|
||||
) -> None:
|
||||
ProxyClassMixin.__init__(self)
|
||||
pydase.components.DeviceConnection.__init__(self)
|
||||
super().__init__()
|
||||
self._initialise(sio_client=sio_client, loop=loop)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user