Flake8 improvements and README update

This commit is contained in:
Syrus Akbary 2015-11-19 19:17:02 -08:00
parent bb170f1ca1
commit f69665dcd8
3 changed files with 5 additions and 3 deletions

View File

@ -12,7 +12,9 @@ easily.
`Django <http://github.com/graphql-python/swapi-graphene>`__
implementation
*What is supported in this Python version?* **Everything**: Interfaces, ObjectTypes, Scalars, Unions and Relay (Nodes, Connections and Mutations), in addition to queries, mutations and subscriptions.
*What is supported in this Python version?* **Everything**: Interfaces,
ObjectTypes, Scalars, Unions and Relay (Nodes, Connections), in addition
to queries, mutations and subscriptions.
Installation
------------

View File

@ -1,6 +1,6 @@
from pytest import raises
from graphql.core.type import GraphQLInterfaceType, GraphQLObjectType
from mock import patch
from pytest import raises
from graphene import Schema
from graphene.contrib.django.types import DjangoInterface, DjangoNode

View File

@ -1,5 +1,5 @@
from pytest import raises
from graphql.core.type import GraphQLList
from pytest import raises
import graphene
from graphene import relay