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 8fc685d commit daf9433Copy full SHA for daf9433
tests_py35/core_execution/test_asyncio_executor.py
@@ -3,7 +3,7 @@
3
import asyncio
4
import functools
5
from graphql.error import format_error
6
-from graphql.execution.execute import execute
+from graphql.execution import execute
7
from graphql.language.parser import parse
8
from graphql.execution.executors.asyncio import AsyncioExecutor
9
from graphql.type import (
0 commit comments