Skip to content

Commit 79811e1

Browse files
committed
Fixed six import issues
1 parent ff6b490 commit 79811e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/backend/quiver_cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .base import GraphQLBackend
1212
from .compiled import GraphQLCompiledDocument
1313

14-
from six import urlparse
14+
from six.moves.urllib.parse import urlparse
1515

1616
GRAPHQL_QUERY = """
1717
mutation($schemaDsl: String!, $query: String!) {

0 commit comments

Comments
 (0)