diff --git a/graphene_django/views.py b/graphene_django/views.py index 424f0a8..fad49db 100644 --- a/graphene_django/views.py +++ b/graphene_django/views.py @@ -15,7 +15,6 @@ from graphql.error import format_error as format_graphql_error from graphql.error import GraphQLError from graphql.execution import ExecutionResult from graphql.type.schema import GraphQLSchema -from graphql.utils.get_operation_ast import get_operation_ast from .settings import graphene_settings