Skip to content

Commit

Permalink
Update tests/execution/test_middleware.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Zwerschke <[email protected]>
  • Loading branch information
nrbnlulu and Cito authored Jul 7, 2024
1 parent 7e4b9fc commit 70866d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/execution/test_middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import Awaitable, cast

import pytest
from graphql import subscribe
from graphql.execution import Middleware, MiddlewareManager, execute, subscribe
from graphql.execution import Middleware, MiddlewareManager, execute
from graphql.language.parser import parse
from graphql.type import GraphQLField, GraphQLObjectType, GraphQLSchema, GraphQLString
Expand Down

0 comments on commit 70866d7

Please sign in to comment.