Makefile: fix linting error

This commit is contained in:
Oz Tiram
2022-11-03 22:41:26 +01:00
parent 46efd78657
commit 067ab1b06f
-1
View File
@@ -180,4 +180,3 @@ reimport-pip-patch:
pypi-server: SERVER ?= gunicorn
pypi-server:
pipenv run pypi-server run --server $(SERVER) -v --host=0.0.0.0 --port=8080 --hash-algo=sha256 --disable-fallback ./tests/pypi/ ./tests/fixtures