mirror of
https://github.com/graphql-python/graphene.git
synced 2025-05-08 18:33:40 +03:00
black formatting and removed trailing whitespace
This commit is contained in:
parent
2c43a2ae0a
commit
2bc7699a98
|
@ -30,7 +30,7 @@ server with an associated set of resolve methods that know how to fetch
|
||||||
data.
|
data.
|
||||||
|
|
||||||
We are going to create a very simple schema, with a ``Query`` with only
|
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}"``.
|
{argument}"``.
|
||||||
|
|
||||||
.. code:: python
|
.. code:: python
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -62,7 +62,9 @@ setup(
|
||||||
name="graphene",
|
name="graphene",
|
||||||
version=version,
|
version=version,
|
||||||
description="GraphQL Framework for Python",
|
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",
|
url="https://github.com/graphql-python/graphene",
|
||||||
author="Syrus Akbary",
|
author="Syrus Akbary",
|
||||||
author_email="me@syrusakbary.com",
|
author_email="me@syrusakbary.com",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user