From 1a74ae1ca7d858af63f2b1e9cc947c4aaac6ee98 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Thu, 24 Sep 2015 02:17:46 -0700 Subject: [PATCH] Removed unused imports --- tests/starwars/schema.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/starwars/schema.py b/tests/starwars/schema.py index a2edd318..210221ac 100644 --- a/tests/starwars/schema.py +++ b/tests/starwars/schema.py @@ -3,14 +3,6 @@ from graphene import resolve_only_args 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( NEWHOPE = 4, EMPIRE = 5,