Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 45f493b

Browse files
committed
lint fix
1 parent b8997ec commit 45f493b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_ndb/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def resolve_articles(self):
9999
return Article.query()
100100

101101
schema = graphene.Schema(query=QueryType)
102-
result = schema.execute('query test { articles { prop } }')
102+
schema.execute('query test { articles { prop } }')
103103

104104
self.assertIn("Model 'bar' is not accessible by the schema.", str(context.exception.message))
105105

0 commit comments

Comments
 (0)