mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-30 23:47:55 +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) | result = schema.execute(query) | ||||||
| # Print the result | # Print the result | ||||||
| print result.data['patron'] | print(result.data['patron']) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user