From 2bc7699a98a0fcdb0cfe626d7007980c6804f5be Mon Sep 17 00:00:00 2001 From: as Date: Tue, 11 Dec 2018 14:58:20 +0100 Subject: [PATCH] black formatting and removed trailing whitespace --- docs/quickstart.rst | 2 +- setup.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 8c0055c6..fc333fae 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -30,7 +30,7 @@ server with an associated set of resolve methods that know how to fetch data. We are going to create a very simple schema, with a ``Query`` with only -one field: ``hello`` and an input name. And when we query it, it should return ``"Hello +one field: ``hello`` and an input name. And when we query it, it should return ``"Hello {argument}"``. .. code:: python diff --git a/setup.py b/setup.py index f8c776c7..48e5be35 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,9 @@ setup( name="graphene", version=version, description="GraphQL Framework for Python", - long_description=codecs.open("README.rst", "r", encoding="ascii", errors="replace").read(), + long_description=codecs.open( + "README.rst", "r", encoding="ascii", errors="replace" + ).read(), url="https://github.com/graphql-python/graphene", author="Syrus Akbary", author_email="me@syrusakbary.com",