From 067ab1b06f339d7968ac221fd4fa835b7cdea4d6 Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Thu, 3 Nov 2022 22:41:26 +0100 Subject: [PATCH] Makefile: fix linting error --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 784095ff..ecd3b066 100644 --- a/Makefile +++ b/Makefile @@ -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 -