fix flake8 error

This commit is contained in:
André Roth
2024-04-20 22:53:35 +02:00
parent 05fed16f6d
commit 2d97ba2bbd
2 changed files with 3 additions and 1 deletions

View File

@@ -101,4 +101,7 @@ docker-system-tests: ## Run system tests in docker container (add TEST=t04_mirr
golangci-lint: ## Run golangci-line in docker container
docker run -t --rm -v ~/.cache/golangci-lint/v1.56.2:/root/.cache -v ${PWD}:/app -w /app golangci/golangci-lint:v1.56.2 golangci-lint run
flake8:
flake8 system
.PHONY: help man modules version release goxc docker-build docker-system-tests

View File

@@ -283,7 +283,6 @@ class PublishUpdateAPITestRepo(APITest):
self.check_not_exists("public/" + prefix + "dists/")
class PublishConcurrentUpdateAPITestRepo(APITest):
"""
PUT /publish/:prefix/:distribution (local repos), DELETE /publish/:prefix/:distribution