We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038f81e commit 6c040e6Copy full SHA for 6c040e6
graphene/test/__init__.py
@@ -1,8 +1,9 @@
1
-from graphene.types.schema import Schema
2
-
+import six
3
from graphql.error import format_error as format_graphql_error
4
from graphql.error import GraphQLError
5
+from graphene.types.schema import Schema
6
+
7
8
def default_format_error(error):
9
if isinstance(error, GraphQLError):
0 commit comments