Skip to content

Commit c2d601c

Browse files
authored
Fix newline
1 parent b35f3b0 commit c2d601c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/tests/test_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,4 +881,4 @@ class Query(ObjectType):
881881
TypeError,
882882
match="DjangoConnectionField only accepts DjangoObjectType types as underlying type",
883883
):
884-
Schema(query=Query)
884+
Schema(query=Query)

0 commit comments

Comments
 (0)