Skip to content

Commit 6c040e6

Browse files
committed
Fixed six import
1 parent 038f81e commit 6c040e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

graphene/test/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
from graphene.types.schema import Schema
2-
1+
import six
32
from graphql.error import format_error as format_graphql_error
43
from graphql.error import GraphQLError
54

5+
from graphene.types.schema import Schema
6+
67

78
def default_format_error(error):
89
if isinstance(error, GraphQLError):

0 commit comments

Comments
 (0)