mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
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:
parent
b5353cbc67
commit
8b2d28a019
2
setup.py
2
setup.py
@ -29,7 +29,7 @@ with open("package.json") as data:
|
|||||||
with open("requirements.txt") as data:
|
with open("requirements.txt") as data:
|
||||||
install_requires = [
|
install_requires = [
|
||||||
line for line in data.read().split("\n")
|
line for line in data.read().split("\n")
|
||||||
if line and not line.startswith("#")
|
if line and not line.startswith("#")
|
||||||
]
|
]
|
||||||
|
|
||||||
# Load README contents
|
# Load README contents
|
||||||
|
Loading…
Reference in New Issue
Block a user