From a65f786ba4f0323c62cc48eb5cabc71c32025f6f Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Tue, 5 Jun 2018 12:31:25 -0700 Subject: [PATCH] Fixed requirement --- graphene_django/views.py | 1 - 1 file changed, 1 deletion(-) 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