Skip to content

Commit 0aa75a2

Browse files
committed
Fixed mypy issues
1 parent 126cdd5 commit 0aa75a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: graphql/execution/executors/asyncio.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def ensure_future(coro_or_future, loop=None): # type: ignore
3737
from .asyncio_utils import asyncgen_to_observable, isasyncgen
3838
except Exception:
3939

40-
def isasyncgen(obj):
40+
def isasyncgen(object): # type: ignore
4141
False
4242

4343
def asyncgen_to_observable(asyncgen, loop=None):

0 commit comments

Comments
 (0)