mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 04:07:16 +03:00
field example: use print() to keep Python 3 flake 8 happy
This commit is contained in:
parent
932e3d8b00
commit
295fba37d1
|
@ -28,4 +28,4 @@ query = '''
|
|||
'''
|
||||
result = schema.execute(query)
|
||||
# Print the result
|
||||
print result.data['patron']
|
||||
print(result.data['patron'])
|
||||
|
|
Loading…
Reference in New Issue
Block a user