Skip to content

Commit f69665d

Browse files
committed
Flake8 improvements and README update
1 parent bb170f1 commit f69665d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ easily.
1212
`Django <http://github.com/graphql-python/swapi-graphene>`__
1313
implementation
1414

15-
*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.
15+
*What is supported in this Python version?* **Everything**: Interfaces,
16+
ObjectTypes, Scalars, Unions and Relay (Nodes, Connections), in addition
17+
to queries, mutations and subscriptions.
1618

1719
Installation
1820
------------

graphene/contrib/django/tests/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
from pytest import raises
21
from graphql.core.type import GraphQLInterfaceType, GraphQLObjectType
32
from mock import patch
3+
from pytest import raises
44

55
from graphene import Schema
66
from graphene.contrib.django.types import DjangoInterface, DjangoNode

graphene/relay/tests/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from pytest import raises
21
from graphql.core.type import GraphQLList
2+
from pytest import raises
33

44
import graphene
55
from graphene import relay

0 commit comments

Comments
 (0)