Skip to content

Commit

Permalink
Mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Dec 20, 2024
1 parent 62258da commit c2a9e45
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion strawberry/http/async_base_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,11 @@ class AsyncBaseHTTPView(
connection_init_wait_timeout: timedelta = timedelta(minutes=1)
request_adapter_class: Callable[[Request], AsyncHTTPRequestAdapter]
websocket_adapter_class: Callable[
["AsyncBaseHTTPView", WebSocketRequest, WebSocketResponse],
[
"AsyncBaseHTTPView[Any, Any, Any, Any, Any, None, None]",
WebSocketRequest,
WebSocketResponse,
],
AsyncWebSocketAdapter,
]
graphql_transport_ws_handler_class = BaseGraphQLTransportWSHandler
Expand Down

0 comments on commit c2a9e45

Please sign in to comment.