Skip to content

Commit 2bc7699

Browse files
author
as
committed
black formatting and removed trailing whitespace
1 parent 2c43a2a commit 2bc7699

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ server with an associated set of resolve methods that know how to fetch
3030
data.
3131

3232
We are going to create a very simple schema, with a ``Query`` with only
33-
one field: ``hello`` and an input name. And when we query it, it should return ``"Hello
33+
one field: ``hello`` and an input name. And when we query it, it should return ``"Hello
3434
{argument}"``.
3535

3636
.. code:: python

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ def run_tests(self):
6262
name="graphene",
6363
version=version,
6464
description="GraphQL Framework for Python",
65-
long_description=codecs.open("README.rst", "r", encoding="ascii", errors="replace").read(),
65+
long_description=codecs.open(
66+
"README.rst", "r", encoding="ascii", errors="replace"
67+
).read(),
6668
url="https://github.com/graphql-python/graphene",
6769
author="Syrus Akbary",
6870
author_email="[email protected]",

0 commit comments

Comments
 (0)