black formatting and removed trailing whitespace

This commit is contained in:
as 2018-12-11 14:58:20 +01:00
parent 2c43a2ae0a
commit 2bc7699a98
2 changed files with 4 additions and 2 deletions

View File

@ -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",