Skip to content

Commit 51725d7

Browse files
committed
isort import fixes.
1 parent 88e0102 commit 51725d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

graphql/utils/tests/test_build_client_schema.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from collections import OrderedDict
22

3-
from pytest import raises
4-
53
from graphql import graphql
64
from graphql.error import format_error
75
from graphql.type import (GraphQLArgument, GraphQLBoolean, GraphQLEnumType,
@@ -14,6 +12,7 @@
1412
from graphql.type.directives import GraphQLDirective
1513
from graphql.utils.build_client_schema import build_client_schema
1614
from graphql.utils.introspection_query import introspection_query
15+
from pytest import raises
1716

1817
from ...pyutils.contain_subset import contain_subset
1918

0 commit comments

Comments
 (0)