Formatting (#2078)

* setup.py: comply with Python style guide

Signed-off-by: Reece Dunham <me@rdil.rocks>

* Revert spacing changes
This commit is contained in:
Reece Dunham
2020-11-30 10:25:30 -05:00
committed by GitHub
parent b5353cbc67
commit 8b2d28a019

View File

@@ -29,7 +29,7 @@ with open("package.json") as data:
with open("requirements.txt") as data:
install_requires = [
line for line in data.read().split("\n")
if line and not line.startswith("#")
if line and not line.startswith("#")
]
# Load README contents