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

Commit 05e87d4

Browse files
committed
lint
1 parent 725763c commit 05e87d4

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
@@ -122,7 +122,7 @@ def resolve_articles(self):
122122
return Article.query()
123123

124124
schema = graphene.Schema(query=QueryType)
125-
result = schema.execute('query test { articles { prop } }')
125+
schema.execute('query test { articles { prop } }')
126126

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

0 commit comments

Comments
 (0)