mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-08 14:30:41 +02:00
ignores complexity of sio_server setup (will be changed anyway soon
This commit is contained in:
parent
691bf809cb
commit
d709d43d75
@ -62,7 +62,7 @@ class RunMethodDict(TypedDict):
|
|||||||
kwargs: dict[str, Any]
|
kwargs: dict[str, Any]
|
||||||
|
|
||||||
|
|
||||||
def setup_sio_server(
|
def setup_sio_server( # noqa: C901
|
||||||
observer: DataServiceObserver,
|
observer: DataServiceObserver,
|
||||||
enable_cors: bool,
|
enable_cors: bool,
|
||||||
loop: asyncio.AbstractEventLoop,
|
loop: asyncio.AbstractEventLoop,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user