mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-16 00:49:26 +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]
|
||||
|
||||
|
||||
def setup_sio_server(
|
||||
def setup_sio_server( # noqa: C901
|
||||
observer: DataServiceObserver,
|
||||
enable_cors: bool,
|
||||
loop: asyncio.AbstractEventLoop,
|
||||
|
||||
Reference in New Issue
Block a user