Update schema.py

This commit is contained in:
Aryan Iyappan 2021-08-21 18:29:56 +05:30 committed by GitHub
parent ce59f1ff15
commit 7827219ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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