field example: use print() to keep Python 3 flake 8 happy

This commit is contained in:
Amit Saha 2015-11-20 11:55:32 +11:00
parent 932e3d8b00
commit 295fba37d1

View File

@ -28,4 +28,4 @@ query = '''
'''
result = schema.execute(query)
# Print the result
print result.data['patron']
print(result.data['patron'])