Skip to content

Commit

Permalink
Format with new black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Sep 13, 2020
1 parent b6adb6a commit 909506d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
"*.html",
]
},
install_requires=["demjson", "aiohttp",],
install_requires=[
"demjson",
"aiohttp",
],
long_description=long_description,
long_description_content_type="text/markdown",
license="MIT",
Expand Down

0 comments on commit 909506d

Please sign in to comment.