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 126cdd5 commit 0aa75a2Copy full SHA for 0aa75a2
graphql/execution/executors/asyncio.py
@@ -37,7 +37,7 @@ def ensure_future(coro_or_future, loop=None): # type: ignore
37
from .asyncio_utils import asyncgen_to_observable, isasyncgen
38
except Exception:
39
40
- def isasyncgen(obj):
+ def isasyncgen(object): # type: ignore
41
False
42
43
def asyncgen_to_observable(asyncgen, loop=None):
0 commit comments