Skip to content

Commit 046da17

Browse files
committed
Fix formatting
1 parent dc7a028 commit 046da17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql/validation/rules/fields_on_correct_type.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ def get_suggested_type_names(
6565
6666
Go through all of the implementations of type, as well as the interfaces
6767
that they implement. If any of those types include the provided field,
68-
suggest them, sorted by how often the type is referenced, starting
69-
with Interfaces.
68+
suggest them, sorted by how often the type is referenced, starting with
69+
Interfaces.
7070
"""
7171
if is_abstract_type(type_):
7272
type_ = cast(GraphQLAbstractType, type_)

0 commit comments

Comments
 (0)