Update schema.py

This commit is contained in:
Aryan Iyappan 2021-08-21 18:34:39 +05:30 committed by GitHub
parent 0ebff3313d
commit 1886ec9dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,6 @@ from graphql import (
GraphQLSchema, GraphQLSchema,
GraphQLString, GraphQLString,
) )
from graphql.execution.values import get_argument_values
from ..utils.str_converters import to_camel_case from ..utils.str_converters import to_camel_case
from ..utils.get_unbound_function import get_unbound_function from ..utils.get_unbound_function import get_unbound_function