We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257eada commit e734d92Copy full SHA for e734d92
graphql_ws/aiohttp.py
@@ -1,4 +1,4 @@
1
-from inspect import isawaitable, isasyncgen
+from inspect import isawaitable
2
3
from asyncio import ensure_future
4
from aiohttp import WSMsgType
graphql_ws/websockets_lib.py
from websockets import ConnectionClosed
0 commit comments