mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 18:07:48 +03:00 
			
		
		
		
	Removed unused imports
This commit is contained in:
		
							parent
							
								
									931d0ddb1c
								
							
						
					
					
						commit
						1a74ae1ca7
					
				| 
						 | 
					@ -3,14 +3,6 @@ from graphene import resolve_only_args
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from .data import getHero, getHuman, getCharacter, getDroid, Human as _Human, Droid as _Droid
 | 
					from .data import getHero, getHuman, getCharacter, getDroid, Human as _Human, Droid as _Droid
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from graphql.core.type import (
 | 
					 | 
				
			||||||
    GraphQLObjectType,
 | 
					 | 
				
			||||||
    GraphQLField,
 | 
					 | 
				
			||||||
    GraphQLString,
 | 
					 | 
				
			||||||
    GraphQLNonNull,
 | 
					 | 
				
			||||||
    GraphQLArgument
 | 
					 | 
				
			||||||
)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Episode = graphene.Enum('Episode', dict(
 | 
					Episode = graphene.Enum('Episode', dict(
 | 
				
			||||||
    NEWHOPE = 4,
 | 
					    NEWHOPE = 4,
 | 
				
			||||||
    EMPIRE = 5,
 | 
					    EMPIRE = 5,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user