Skip to content

Commit 295fba3

Browse files
committed
field example: use print() to keep Python 3 flake 8 happy
1 parent 932e3d8 commit 295fba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/field_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ def resolve_patron(self, args, info):
2828
'''
2929
result = schema.execute(query)
3030
# Print the result
31-
print result.data['patron']
31+
print(result.data['patron'])

0 commit comments

Comments
 (0)