Skip to content

Commit daf9433

Browse files
committed
Fix import execute function
1 parent 8fc685d commit daf9433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_py35/core_execution/test_asyncio_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import asyncio
44
import functools
55
from graphql.error import format_error
6-
from graphql.execution.execute import execute
6+
from graphql.execution import execute
77
from graphql.language.parser import parse
88
from graphql.execution.executors.asyncio import AsyncioExecutor
99
from graphql.type import (

0 commit comments

Comments
 (0)