Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

Commit 33d9b6c

Browse files
committed
make black happy
1 parent 409a504 commit 33d9b6c

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
@@ -14,7 +14,7 @@
1414
with open("README.rst") as fh:
1515
long_description = fh.read()
1616
with open("CHANGELOG.rst") as fh:
17-
long_description += '\n' + fh.read()
17+
long_description += "\n" + fh.read()
1818

1919
with open("requirements.txt", encoding="utf-8") as req:
2020
install_requires = [

0 commit comments

Comments
 (0)