Removed unused imports

This commit is contained in:
Syrus Akbary 2015-09-24 02:17:46 -07:00
parent 931d0ddb1c
commit 1a74ae1ca7

View File

@ -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,