mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-14 14:28:40 +01:00
ignores complexity of sio_server setup (will be changed anyway soon
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user