Skip to content

Commit 4e5acd4

Browse files
authored
Fix linting issues (#1412)
1 parent ebf4943 commit 4e5acd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
version=version,
3939
description="Graphene Django integration",
4040
long_description=open("README.md").read(),
41-
long_description_content_type='text/markdown',
41+
long_description_content_type="text/markdown",
4242
url="https://github.com/graphql-python/graphene-django",
4343
author="Syrus Akbary",
4444
author_email="me@syrusakbary.com",

0 commit comments

Comments
 (0)