Skip to content

Commit e734d92

Browse files
committed
Delete unused imports in aiohttp & websockets_lib
1 parent 257eada commit e734d92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphql_ws/aiohttp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from inspect import isawaitable, isasyncgen
1+
from inspect import isawaitable
22

33
from asyncio import ensure_future
44
from aiohttp import WSMsgType

graphql_ws/websockets_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from inspect import isawaitable, isasyncgen
1+
from inspect import isawaitable
22

33
from asyncio import ensure_future
44
from websockets import ConnectionClosed

0 commit comments

Comments
 (0)