diff --git a/setup.py b/setup.py index 78dcc6271..7ba2d1d7d 100644 --- a/setup.py +++ b/setup.py @@ -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