Update test_schema.py

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

View File

@ -1,6 +1,5 @@
from graphql.type import GraphQLObjectType, GraphQLSchema
from graphql import GraphQLError
from pytest import mark, raises, fixture
from pytest import raises
from graphene.tests.utils import dedent