Skip to content

Commit 6547364

Browse files
committed
🎨 Refactor APP_CLIENT_SOCKET_SERVER_APPKEY definition for clarity and consistency
1 parent 40490ad commit 6547364

File tree

1 file changed

+3
-1
lines changed
  • services/web/server/src/simcore_service_webserver/socketio

1 file changed

+3
-1
lines changed

services/web/server/src/simcore_service_webserver/socketio/_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"APP_CLIENT_SOCKET_DECORATED_HANDLERS", list[Callable]
1212
)
1313
APP_CLIENT_SOCKET_SERVER_APPKEY: Final = web.AppKey(
14-
"APP_CLIENT_SOCKET_SERVER", AsyncServer
14+
# NOTE: AsyncServer stub library is missing
15+
"APP_CLIENT_SOCKET_SERVER",
16+
AsyncServer, # type: ignore[var-annotated]
1517
)
1618

1719

0 commit comments

Comments
 (0)