Skip to content

Commit a8a6a04

Browse files
committed
new mypy handles this better
1 parent ef92407 commit a8a6a04

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
CLIENT_SOCKET_SERVER_APPKEY: Final = web.AppKey(
1414
# NOTE: AsyncServer stub library is missing
1515
"CLIENT_SOCKET_SERVER",
16-
AsyncServer, # type: ignore[var-annotated]
16+
AsyncServer,
1717
)
1818

1919

0 commit comments

Comments
 (0)