Skip to content

Commit 70866d7

Browse files
nrbnluluCito
andauthored
Update tests/execution/test_middleware.py
Co-authored-by: Christoph Zwerschke <[email protected]>
1 parent 7e4b9fc commit 70866d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/execution/test_middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from typing import Awaitable, cast
33

44
import pytest
5-
from graphql import subscribe
5+
from graphql.execution import Middleware, MiddlewareManager, execute, subscribe
66
from graphql.execution import Middleware, MiddlewareManager, execute
77
from graphql.language.parser import parse
88
from graphql.type import GraphQLField, GraphQLObjectType, GraphQLSchema, GraphQLString

0 commit comments

Comments
 (0)